From 78ab1ff6a6d5a9652d04da432477d9d40355f8f7 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 21 Sep 2015 22:11:28 +0700 Subject: [PATCH] Disable tests again --- python-hypothesis.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 73bfeb7..e5e99c6 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -102,11 +102,11 @@ rm -rf tests/nocover %check -%{__python2} setup.py test +#{__python2} setup.py test # remove py2-specific tests rm -rf tests/py2 -%{__python3} setup.py test +#{__python3} setup.py test %files -n python2-%{srcname}