From 7598c46115c0daf82a54ba18757d182268fd1ca8c9522ea343185a8ab0acd539 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 May 2020 18:14:02 +0000 Subject: [PATCH] Fix arch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=36 --- python-pysaml2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pysaml2.spec b/python-pysaml2.spec index ba69eef..e08deab 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -87,7 +87,7 @@ done %check # Excluded tests for i586 gh#IdentityPython/pysaml2#682 -%ifarch i586 +%ifarch %{ix86} SKIP_TESTS="-k not (test_assertion_consumer_service or test_swamid_sp or test_swamid_idp or test_other_response or test_mta or test_unknown_subject)" %else SKIP_TESTS=""