From 1baef87c0514dac05193e677e36a1d872a7ce44fd13909d72a402c28820e67e9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 19:12:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=208 --- python-cryptography.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 97e233b..5f771f3 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -110,7 +110,7 @@ find . -name .keep -print -delete %check # won't work for cryptography # fails with OverflowError on 32bit platform -%ifarch %ix86 +%ifarch %ix86 %arm ppc rm -v tests/hazmat/primitives/test_aead.py %endif %pytest_arch -n auto --ignore-glob=vendor/*