From 09ffb47372c39e9ca2032d995184c9431a242143 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 11 Aug 2018 03:17:12 -0400 Subject: [PATCH] Re-enable tests on s390x. --- numpy.spec | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/numpy.spec b/numpy.spec index 86ec18b..4d6ca5e 100644 --- a/numpy.spec +++ b/numpy.spec @@ -237,21 +237,13 @@ ln -s %{python2_sitearch}/%{name}/core/include/numpy/ %{buildroot}/usr/include/n %check pushd doc &> /dev/null PYTHONPATH="%{buildroot}%{python2_sitearch}" PYTHONDONTWRITEBYTECODE=1 \ - %{__python2} -c "import pkg_resources, numpy ; numpy.test(verbose=2)" \ -%ifarch s390 s390x -|| : -%endif -# don't remove this comment + %{__python2} -c "import pkg_resources, numpy ; numpy.test(verbose=2)" popd &> /dev/null %if 0%{?with_python3} pushd doc &> /dev/null PYTHONPATH="%{buildroot}%{python3_sitearch}" PYTHONDONTWRITEBYTECODE=1 \ - %{__python3} -c "import pkg_resources, numpy ; numpy.test(verbose=2)" \ -%ifarch s390 s390x -|| : -%endif -# don't remove this comment + %{__python3} -c "import pkg_resources, numpy ; numpy.test(verbose=2)" popd &> /dev/null %endif # with_python3 @@ -329,6 +321,7 @@ popd &> /dev/null * Sat Aug 11 2018 Elliott Sales de Andrade - 1:1.15.0-2 - Fix broken build on s390x - Remove bytecode produced by pytest +- Re-enable tests on s390x * Tue Jul 24 2018 Gwyn Ciesla - 1:1.15.0-1 - 1.15.0