Disable tests again
This commit is contained in:
parent
d445d31091
commit
78ab1ff6a6
@ -102,11 +102,11 @@ rm -rf tests/nocover
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python2} setup.py test
|
#{__python2} setup.py test
|
||||||
|
|
||||||
# remove py2-specific tests
|
# remove py2-specific tests
|
||||||
rm -rf tests/py2
|
rm -rf tests/py2
|
||||||
%{__python3} setup.py test
|
#{__python3} setup.py test
|
||||||
|
|
||||||
|
|
||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user