From fd12fac59a85156b16e491a291e0da1409ed81e04d795cb12eee3b599079bab1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 30 Jan 2025 01:31:47 +0000 Subject: [PATCH] and i586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=120 --- python-pyOpenSSL.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 05f42c0..9789307 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -86,7 +86,7 @@ other things) a cffi-based interface to OpenSSL. %if %{with test} SKIPPED_TESTS="(network or test_set_tmp_ecdh)" %if %{__isa_bits} == 32 -SKIPPED_TESTS="(network or test_verify_with_time)" +SKIPPED_TESTS="(network or test_verify_with_time or test_set_tmp_ecdh)" %endif export LC_ALL=en_US.UTF-8 %pytest -k "not $SKIPPED_TESTS"