Disable tests on i686

This commit is contained in:
Gwyn Ciesla 2023-07-19 12:39:22 -05:00
parent 4f441fcf66
commit a367c1f829

View File

@ -164,10 +164,13 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
# Some tests also overflow on 32bit
%global ix86_k and not test_vector_matrix_values and not test_matrix_vector_values and not test_identityless_reduction_huge_array and not (TestKind and test_all)
%endif
%ifnarch %{ix86}
python3 runtests.py --no-build -- -ra -k 'not test_ppc64_ibm_double_double128 %{?ix86_k}' \
-W "ignore:pkg_resources is deprecated as an API::pkg_resources"
%endif
%endif
%files -n python3-numpy
%license LICENSE.txt