From 91c292e92fc0c7a7e86c23ea186e9a6c33f22ef78feef2f621b1c38b80c1891d Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 22 Feb 2024 18:03:16 +0000 Subject: [PATCH] - remove not working tests for ix86 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=210 --- python-cryptography.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-cryptography.spec b/python-cryptography.spec index 22cd45b..7a5dd0d 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -111,6 +111,9 @@ find . -name .keep -print -delete # fails with OverflowError on 32bit platform %ifarch %ix86 %arm ppc rm -v tests/hazmat/primitives/test_aead.py +# imports test_aead so we need to remove also these +rm -v tests/wycheproof/test_aes.py +rm -v tests/wycheproof/test_chacha20poly1305.py %endif %pytest_arch -n auto --ignore-glob=vendor/* %endif