From b1fe3cd1e5ac1bc4c4c0f30a28850fbc12f49fe0cdad04dbf65bab824999a3d0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 22 Dec 2020 22:40:09 +0000 Subject: [PATCH] Adjust ignoring tests by pytest OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=79 --- python-pyOpenSSL.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 15de440..2028ff9 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -73,10 +73,10 @@ other things) a cffi-based interface to OpenSSL. %check SKIPPED_TESTS="network" %if %{__isa_bits} == 32 -SKIPPED_TESTS="$SKIPPED_TESTS or test_verify_with_time" +SKIPPED_TESTS="(network or test_verify_with_time)" %endif export LC_ALL=en_US.UTF-8 -%pytest -k "not ($SKIPPED_TESTS)" +%pytest -k "not $SKIPPED_TESTS" %files %{python_files} %license LICENSE