Disable self tests on ppc64 and s390x
https://github.com/pygobject/pycairo/issues/75
This commit is contained in:
parent
83bbe62035
commit
1a7388a72c
@ -71,8 +71,11 @@ libraries so that they interoperate with py3cairo.
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
# https://github.com/pygobject/pycairo/issues/75
|
||||
%ifnarch ppc64 s390x
|
||||
%{__python2} setup.py test
|
||||
%{__python3} setup.py test
|
||||
%endif
|
||||
|
||||
%files -n python2-cairo
|
||||
%license COPYING*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user