From efb0407b848bbd066a9ec7fa7fa24484c0874321 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Aug 28 2014 21:20:32 +0000 Subject: Run /usr/bin/nosetests directly --- diff --git a/python-zmq.spec b/python-zmq.spec index e9f3635..01c5a17 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -174,7 +174,7 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so %if 0%{?run_tests} rm zmq/__* PYTHONPATH=%{buildroot}%{python_sitearch} \ - %{__python} setup.py test + %{_bindir}/nosetests -v zmq.tests %if 0%{?with_python3} # there is no python3-nose yet