summaryrefslogtreecommitdiff
path: root/dev-python/numpy/numpy-2.3.2.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-13 19:01:40 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-13 19:01:40 +0000
commitde7fa9c41ec64be7f82b1241e35a550461771db0 (patch)
tree27604b0f4790a73447095359a54d1b6a7238277f /dev-python/numpy/numpy-2.3.2.ebuild
parent35b3f4e55de0c283a0a9607e5cfc46f08cb5eb16 (diff)
downloadbaldeagleos-repo-de7fa9c41ec64be7f82b1241e35a550461771db0.tar.gz
baldeagleos-repo-de7fa9c41ec64be7f82b1241e35a550461771db0.tar.xz
baldeagleos-repo-de7fa9c41ec64be7f82b1241e35a550461771db0.zip
Adding metadata
Diffstat (limited to 'dev-python/numpy/numpy-2.3.2.ebuild')
-rw-r--r--dev-python/numpy/numpy-2.3.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-2.3.2.ebuild b/dev-python/numpy/numpy-2.3.2.ebuild
index 6498da16a30c..712395df1b0c 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