Only exclude the failing test on ppc64 and s390x
This commit is contained in:
parent
1a7388a72c
commit
2e5d7adc74
@ -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*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user