From bc9c1dde8be941c59ceb81d36c0caa520ee59059c2a7bf1ad1c1312d5f3935cd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 18:53:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=207 --- python-cryptography.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-cryptography.spec b/python-cryptography.spec index 89784b6..97e233b 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -109,6 +109,10 @@ find . -name .keep -print -delete %if %{with test} %check # won't work for cryptography +# fails with OverflowError on 32bit platform +%ifarch %ix86 +rm -v tests/hazmat/primitives/test_aead.py +%endif %pytest_arch -n auto --ignore-glob=vendor/* %endif