From ac56d38dcf1c9eaaa36d1090ca59e7f56cb4cf1c Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 14 Oct 2015 13:19:53 +0200 Subject: [PATCH] Disable python3 tests again as they are randomly hanging on koji --- python-zmq.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index 32ac76d..c81a89f 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -193,10 +193,12 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so %{__python2} setup.py test %if 0%{?with_python3} + # Temporarily disable the testsuite for now as it currently hangs in koji: + # http://koji.fedoraproject.org/koji/taskinfo?taskID=10191201 #rm zmq/__* - PYTHONPATH=%{buildroot}%{python3_sitearch} \ - %{__python3} setup.py test - %endif + #PYTHONPATH=%{buildroot}%{python3_sitearch} \ + # %{__python3} setup.py test + #%endif %endif