Markéta Machová 2020-12-11 15:36:51 +00:00 committed by Git OBS Bridge
parent 46e863276d
commit 71c96804ef

View File

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