diff --git a/python-numpy.changes b/python-numpy.changes index 9898041..8e5aee6 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 13 09:13:22 UTC 2020 - Matej Cepl + +- Reorganize check section to pass + ------------------------------------------------------------------- Sat May 9 16:16:28 UTC 2020 - Arun Persaud diff --git a/python-numpy.spec b/python-numpy.spec index fa574c3..0aa3802 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -251,14 +251,10 @@ export PYTHONDONTWRITEBYTECODE=1 export PATH="%{buildroot}%{_bindir}:$PATH" mkdir testing 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 -%endif +%python_expand export PYTHONPATH=%{_python_sysconfig_path $python stdlib}:%{$python_sitearch} +%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy popd %endif - %if %{without hpc} %post %python_install_alternative f2py