commit: 83022b0d38c27d41ca9faa289a27a8f3999cae6f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 12:26:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 12:26:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83022b0d
dev-python/numpy: Deselect flaky tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/numpy/numpy-2.3.2-r1.ebuild | 6 +++++-
dev-python/numpy/numpy-2.3.2.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-python/numpy/numpy-2.3.2-r1.ebuild
b/dev-python/numpy/numpy-2.3.2-r1.ebuild
index b1f80ae1ea1e..b4da30409d2e 100644
--- a/dev-python/numpy/numpy-2.3.2-r1.ebuild
+++ b/dev-python/numpy/numpy-2.3.2-r1.ebuild
@@ -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
diff --git a/dev-python/numpy/numpy-2.3.2.ebuild
b/dev-python/numpy/numpy-2.3.2.ebuild
index da465ca32c25..9837d2fbcfe8 100644
--- a/dev-python/numpy/numpy-2.3.2.ebuild
+++ b/dev-python/numpy/numpy-2.3.2.ebuild
@@ -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