From 809bc4e3c70f98c7a5190cfda29c2ef494d8ee72 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 1 Jul 2019 13:58:00 -0500 Subject: [PATCH] Dont tun tests on ppc64le for now. --- numpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index 754ec5d..ec7b86e 100644 --- a/numpy.spec +++ b/numpy.spec @@ -231,7 +231,7 @@ ln -s %{python2_sitearch}/%{name}/core/include/numpy/ %{buildroot}%{_includedir} %check -%if %{_arch} != s390x +%if %{_arch} != s390x && %{_arch} != ppc64le #pushd doc &> /dev/null #PYTHONPATH="%{buildroot}%{python2_sitearch}" PATH="%{buildroot}%{_bindir}:$PATH" PYTHONDONTWRITEBYTECODE=1 \ # %{__python2} -m pytest -v --pyargs numpy