forked from pool/python-numpy
- Skip three tests which are failing with new GCC10
(gh#numpy/numpy#16212) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=61
This commit is contained in:
parent
4555cf9980
commit
42f5627d37
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 16:16:28 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -254,7 +254,8 @@ pushd testing
|
||||
%ifarch ppc64 ppc64le
|
||||
%pytest_arch -n auto --pyargs numpy || echo "Warning: ignore check error for PowerPC bypass boo#1148173"
|
||||
%else
|
||||
%pytest_arch -n auto --pyargs numpy
|
||||
# gh#numpy/numpy#16212
|
||||
%pytest_arch -n auto --pyargs numpy -k 'not (test_big_arrays or test_empty_npz or test_savez_filename_clashes)'
|
||||
%endif
|
||||
popd
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user