From 42f5627d37c88762a0d1b619b11796f691eccc573266d0b02275100d33094160 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 May 2020 09:14:41 +0000 Subject: [PATCH] - 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 --- python-numpy.changes | 6 ++++++ python-numpy.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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