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