diff --git a/python-numpy.changes b/python-numpy.changes index 9898041..e22ef07 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 13 09:13:22 UTC 2020 - Matej Cepl + +- Skip three tests which are failing with new GCC10 + (gh#numpy/numpy#16212) + ------------------------------------------------------------------- Sat May 9 16:16:28 UTC 2020 - Arun Persaud diff --git a/python-numpy.spec b/python-numpy.spec index fa574c3..09236b0 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -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