Reenable some tests that work again

This commit is contained in:
Jerry James 2023-10-11 21:05:53 -06:00 committed by Nikola Forró
parent 0bfceb8704
commit 54f9f75c32
1 changed files with 7 additions and 5 deletions

View File

@ -247,19 +247,20 @@ TIMEOUT=1000
%endif
%ifarch x86_64
# skip also failing test_sygst for now
%if 0%{?rhel}
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
%{?rhel:not TestPPoly and \
not TestPPoly and \
not TestLinprogIPSparse and \
not test_axis_nan_policy_full and} \
not test_sygst'"
not test_axis_nan_policy_full'"
%else
export PYTEST_ADDOPTS="-k '$SKIP_ALL'"
%endif
%endif
%ifarch i686 armv7hl
# skip also test_cython_api: https://bugzilla.redhat.com/show_bug.cgi?id=2068496
# https://github.com/scipy/scipy/issues/17213
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
not test_sygst and \
not test_cython_api and \
not test_examples and \
not test_shifts and \
@ -307,6 +308,7 @@ popd
- Pythran works on 32-bit architectures again
- Fix detection of open_memstream
- Use pyproject macros instead of the deprecated py3 macros
- Reenable some tests that work again
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
- New upstream release 1.11.1