- remove not working tests for ix86
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=210
This commit is contained in:
parent
22718d2516
commit
91c292e92f
@ -111,6 +111,9 @@ find . -name .keep -print -delete
|
|||||||
# fails with OverflowError on 32bit platform
|
# fails with OverflowError on 32bit platform
|
||||||
%ifarch %ix86 %arm ppc
|
%ifarch %ix86 %arm ppc
|
||||||
rm -v tests/hazmat/primitives/test_aead.py
|
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
|
%endif
|
||||||
%pytest_arch -n auto --ignore-glob=vendor/*
|
%pytest_arch -n auto --ignore-glob=vendor/*
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user