From 1a7388a72cf1219936ae40e75e6549480ab70871 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 14 Sep 2017 22:58:35 +0200 Subject: [PATCH] Disable self tests on ppc64 and s390x https://github.com/pygobject/pycairo/issues/75 --- pycairo.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pycairo.spec b/pycairo.spec index 6c32723..1c6dd90 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -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*