14
0
forked from pool/python-xmlsec
2022-05-11 15:58:55 +00:00
committed by Git OBS Bridge
parent fa6dd0ac16
commit 2bf19bd50b

View File

@@ -70,9 +70,9 @@ export CFLAGS="%{optflags}"
%check %check
# %%pytest_arch tests/ # %%pytest_arch tests/
%ifarch %ix86 %ifarch %ix86
skip_tests = "not test_reinitialize_module" export skip_tests="not test_reinitialize_module"
%else %else
skip_tests = "" export skip_tests=""
%endif %endif
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1
rm -rf .hypothesis/ .pytest_cache/ rm -rf .hypothesis/ .pytest_cache/