diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 493a387..fb076c8 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -70,6 +70,10 @@ other things) a cffi-based interface to OpenSSL. %check export LC_ALL=en_US.UTF-8 +# test_verify_with_time does not fit in 32 bits +%if %{__isa_bits} == 32 +%pytest -m 'not network' -k 'not test_verify_with_time' +%else %pytest -m 'not network' %files %{python_files}