From f276da748da16cf7fa09bc0cb793096e802139d0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 6 Oct 2017 16:40:00 +0200 Subject: [PATCH] remove unused patch Signed-off-by: Igor Gnatenko --- ...e-instead-of-nosetests-python_versio.patch | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 0001-Use-python-m-nose-instead-of-nosetests-python_versio.patch diff --git a/0001-Use-python-m-nose-instead-of-nosetests-python_versio.patch b/0001-Use-python-m-nose-instead-of-nosetests-python_versio.patch deleted file mode 100644 index a441945..0000000 --- a/0001-Use-python-m-nose-instead-of-nosetests-python_versio.patch +++ /dev/null @@ -1,28 +0,0 @@ -From a69d7fdf52561db56f7c9451872b919db23ee529 Mon Sep 17 00:00:00 2001 -From: Lumir Balhar -Date: Thu, 10 Aug 2017 18:15:42 +0200 -Subject: [PATCH] Use `python -m nose` instead of nosetests- to - run tests. - -This change enables us to build libdnf with various Python version -even with nose available only as a module without binaries. ---- - python/hawkey/tests/tests/run_nosetests.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/python/hawkey/tests/tests/run_nosetests.in b/python/hawkey/tests/tests/run_nosetests.in -index 7b23cca..1361b59 100755 ---- a/python/hawkey/tests/tests/run_nosetests.in -+++ b/python/hawkey/tests/tests/run_nosetests.in -@@ -17,7 +17,7 @@ def fatal(msg): - - childenv = dict(os.environ) - childenv['PYTHONPATH'] = '${CMAKE_BINARY_DIR}/python/hawkey' --subprocess.check_call(['nosetests-${PYTHON_MAJOR_DOT_MINOR_VERSION}', -+subprocess.check_call(['${PYTHON_EXECUTABLE}', '-m', 'nose', - '--with-xunit', '--xunit-file=xunit.xml', - '-s', '-v', '${CMAKE_CURRENT_SOURCE_DIR}'], - env=childenv) --- -2.13.4 -