- 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>
|
Wed May 13 09:13:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
- Skip three tests which are failing with new GCC10
|
- Reorganize check section to pass
|
||||||
(gh#numpy/numpy#16212)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 9 16:16:28 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat May 9 16:16:28 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
@ -254,12 +254,12 @@ pushd testing
|
|||||||
SKIP_TESTS=""
|
SKIP_TESTS=""
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
# gh#numpy/numpy#16212
|
# 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
|
%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
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
%post
|
%post
|
||||||
%python_install_alternative f2py
|
%python_install_alternative f2py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user