Dirk Mueller 2024-02-04 18:53:53 +00:00 committed by Git OBS Bridge
parent 4507ff5d23
commit bc9c1dde8b

View File

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