- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user