diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-08-13 14:26:15 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-08-13 14:26:41 +0200 |
| commit | 83022b0d38c27d41ca9faa289a27a8f3999cae6f (patch) | |
| tree | b145538fa50f102facd967c965dcf1b9fb38361a /dev-python/numpy | |
| parent | 30c6893d5cafcd2d91da8b96b4b5fa8661a79187 (diff) | |
| download | gentoo-83022b0d38c27d41ca9faa289a27a8f3999cae6f.tar.gz gentoo-83022b0d38c27d41ca9faa289a27a8f3999cae6f.tar.bz2 gentoo-83022b0d38c27d41ca9faa289a27a8f3999cae6f.zip | |
dev-python/numpy: Deselect flaky tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
| -rw-r--r-- | dev-python/numpy/numpy-2.3.2-r1.ebuild | 6 | ||||
| -rw-r--r-- | 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 |
