Only exclude the failing test on ppc64 and s390x

This commit is contained in:
Kalev Lember 2017-09-15 09:10:25 +02:00
parent 1a7388a72c
commit 2e5d7adc74

View File

@ -72,10 +72,11 @@ libraries so that they interoperate with py3cairo.
%check
# https://github.com/pygobject/pycairo/issues/75
%ifnarch ppc64 s390x
%ifarch ppc64 s390x
export PYTEST_ADDOPTS="-k 'not test_image_surface_get_data'"
%endif
%{__python2} setup.py test
%{__python3} setup.py test
%endif
%files -n python2-cairo
%license COPYING*