Merge "Try alternative way of blacklisting tests on 32bit platforms"
This commit is contained in:
@@ -65,9 +65,10 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Test suite fails on 32 bit platforms
|
# Test suite fails on 32 bit platforms
|
||||||
%ifnarch %arm %ix86 s390 ppc
|
# ifarch/ifnarch can not be used in noarch packages
|
||||||
|
if [ "%_lib" = "lib64" ]; then
|
||||||
%{__python2} setup.py testr
|
%{__python2} setup.py testr
|
||||||
%endif
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user