- Reorganize check section to pass
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=63
This commit is contained in:
parent
fee81c867f
commit
ea52e4acc4
@ -1,8 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 09:13:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip three tests which are failing with new GCC10
|
||||
(gh#numpy/numpy#16212)
|
||||
- Reorganize check section to pass
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 16:16:28 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
@ -254,12 +254,12 @@ 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)"
|
||||
# SKIP_TESTS+="not (test_big_arrays or test_empty_npz or test_savez_filename_clashes)"
|
||||
%endif
|
||||
%pytest_arch -n auto --pyargs numpy -k "$SKIP_TESTS"
|
||||
%python_expand export PYTHONPATH=%{_python_sysconfig_path $python stdlib}:%{$python_sitearch}
|
||||
%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy
|
||||
popd
|
||||
%endif
|
||||
|
||||
%if %{without hpc}
|
||||
%post
|
||||
%python_install_alternative f2py
|
||||
|
Loading…
x
Reference in New Issue
Block a user