From 71c96804ef2c759e1af8685a38505b806383482721869bf1d03d833891d21e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Dec 2020 15:36:51 +0000 Subject: [PATCH] skip failing test OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=74 --- python-pyOpenSSL.spec | 4 ++++ 1 file changed, 4 insertions(+) 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}