SHA256
1
0
forked from pool/python-numpy
Matej Cepl 2020-05-13 17:39:28 +00:00 committed by Git OBS Bridge
parent ea52e4acc4
commit c435d72a44

View File

@ -251,11 +251,6 @@ export PYTHONDONTWRITEBYTECODE=1
export PATH="%{buildroot}%{_bindir}:$PATH"
mkdir testing
pushd testing
SKIP_TESTS=""
%ifarch %{ix86}
# gh#numpy/numpy#16212
# SKIP_TESTS+="not (test_big_arrays or test_empty_npz or test_savez_filename_clashes)"
%endif
%python_expand export PYTHONPATH=%{_python_sysconfig_path $python stdlib}:%{$python_sitearch}
%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy
popd