Drop obsolete conditionals for 32-bit ARM

This commit is contained in:
Benjamin A. Beasley 2023-10-09 09:44:16 -04:00
parent 5b9e3ded4f
commit 56a9b3536d
1 changed files with 1 additions and 4 deletions

View File

@ -126,10 +126,6 @@ rm -rf docs/_build/html/.{doctrees,buildinfo}
%check
# https://bugzilla.redhat.com/show_bug.cgi?id=1747029#c12
k="not test_numpy_negative_binomial"
%ifarch %{arm}
# https://github.com/serge-sans-paille/pythran/pull/1946#issuecomment-992458379
k="$k and not test_interp_6c"
%endif
%if 0%{?__isa_bits} == 32
# These tests cause memory (address space) exhaustion; see discussion in
# https://src.fedoraproject.org/rpms/pythran/pull-request/28.
@ -176,6 +172,7 @@ k="$k and not test_setup_sdist_install3"
* Thu Oct 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-2
- Fix FTBFS: skip tests that need numpy.distutils
- On 32-bit, run tests in serial and skip those that exhaust memory
- Drop obsolete conditionals for 32-bit ARM
* Thu Sep 07 2023 Miro Hrončok <mhroncok@redhat.com> - 0.14.0-1
- Update to 0.14.0