From 2bf19bd50b3d76b4439847478d08994562cade920b699569a6871d20581a4f3b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 11 May 2022 15:58:55 +0000 Subject: [PATCH] Fix SPEC OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=19 --- python-xmlsec.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-xmlsec.spec b/python-xmlsec.spec index 3292c49..810b369 100644 --- a/python-xmlsec.spec +++ b/python-xmlsec.spec @@ -70,9 +70,9 @@ export CFLAGS="%{optflags}" %check # %%pytest_arch tests/ %ifarch %ix86 -skip_tests = "not test_reinitialize_module" +export skip_tests="not test_reinitialize_module" %else -skip_tests = "" +export skip_tests="" %endif %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1 rm -rf .hypothesis/ .pytest_cache/