Dirk Mueller 2024-02-04 19:12:18 +00:00 committed by Git OBS Bridge
parent bc9c1dde8b
commit 1baef87c05

View File

@ -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/*