SHA256
1
0
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:
Matej Cepl 2020-05-13 09:14:41 +00:00 committed by Git OBS Bridge
parent 4555cf9980
commit 42f5627d37
2 changed files with 8 additions and 1 deletions

@ -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