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
|
||||
# %%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/
|
||||
|
Reference in New Issue
Block a user