Merge "Skip test suite on 32-bit platforms"

This commit is contained in:
Jenkins 2016-06-23 14:19:52 +00:00 committed by Gerrit Code Review
commit 179d3f891c

View File

@ -64,7 +64,10 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
# Test suite fails on 32 bit platforms
%ifnarch %arm %ix86 s390 ppc
%{__python2} setup.py testr
%endif
%files
%license LICENSE