forked from pool/python-xmlsec
Fix SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=19
This commit is contained in:
@@ -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/
|
||||||
|
Reference in New Issue
Block a user