From c81a6f620cba389229f8b5f6427121a787292d1e7ad3186085551611fff43751 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Feb 2025 08:32:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=240 --- python-cryptography.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-cryptography.spec b/python-cryptography.spec index 4987dff..bcf0ec4 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -115,6 +115,7 @@ find . -name .keep -print -delete # fails with OverflowError on 32bit platform %ifarch %ix86 %arm ppc rm -v tests/hazmat/primitives/test_aead.py +rm -v tests/hazmat/primitives/test_ciphers.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