From c435d72a44bb9760941f4b83b1a08047815cd2de308fabf1e0599ad0853e294e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 May 2020 17:39:28 +0000 Subject: [PATCH] Clean SPEC OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=64 --- python-numpy.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-numpy.spec b/python-numpy.spec index 2327ef3..0aa3802 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -251,11 +251,6 @@ export PYTHONDONTWRITEBYTECODE=1 export PATH="%{buildroot}%{_bindir}:$PATH" mkdir testing pushd testing -SKIP_TESTS="" -%ifarch %{ix86} -# gh#numpy/numpy#16212 -# SKIP_TESTS+="not (test_big_arrays or test_empty_npz or test_savez_filename_clashes)" -%endif %python_expand export PYTHONPATH=%{_python_sysconfig_path $python stdlib}:%{$python_sitearch} %pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy popd