dev-python/numpy: Deselect flaky tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-08-13 14:26:15 +02:00
parent 30c6893d5c
commit 83022b0d38
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 10 additions and 2 deletions

View File

@ -67,7 +67,6 @@ QA_CONFIG_IMPL_DECL_SKIP=(
)
EPYTEST_PLUGINS=( hypothesis pytest-timeout )
EPYTEST_RERUNS=5
EPYTEST_XDIST=1
distutils_enable_tests pytest
@ -209,6 +208,11 @@ python_test() {
numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_transcendentals
numpy/typing/tests/test_typing.py
# Flaky, reruns don't help
numpy/f2py/tests/test_crackfortran.py
numpy/f2py/tests/test_f2py2e.py::test_gh22819_cli
numpy/f2py/tests/test_data.py::TestDataF77::test_crackedlines
)
if [[ $(uname -m) == armv8l ]]; then

View File

@ -53,7 +53,6 @@ QA_CONFIG_IMPL_DECL_SKIP=(
)
EPYTEST_PLUGINS=( hypothesis pytest-timeout )
EPYTEST_RERUNS=5
EPYTEST_XDIST=1
distutils_enable_tests pytest
@ -84,6 +83,11 @@ python_test() {
numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_transcendentals
numpy/typing/tests/test_typing.py
# Flaky, reruns don't help
numpy/f2py/tests/test_crackfortran.py
numpy/f2py/tests/test_f2py2e.py::test_gh22819_cli
numpy/f2py/tests/test_data.py::TestDataF77::test_crackedlines
)
if [[ $(uname -m) == armv8l ]]; then