From c784a473701dcbdea1e6cc600d7fdbfa1cc45567 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Aug 29 2014 10:18:22 +0000 Subject: run nosetests-2.6 --- diff --git a/python-zmq.spec b/python-zmq.spec index 1e024da..49e7c17 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -220,7 +220,7 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so rm zmq/__* cd %{buildroot}%{python_sitearch} PYTHONPATH=%{buildroot}%{python_sitearch} \ - %{_bindir}/nosetests -v zmq.tests + %{_bindir}/nosetests-2.6 -v zmq.tests %if 0%{?with_python3} # there is no python3-nose yet