commit:     0a6bf8e698fb750169bf18dde5f544ce9e78f949
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 13:32:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 13:32:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6bf8e6

dev-python/numpy: skip more 32-bit-broken tests

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/numpy/numpy-1.25.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/numpy/numpy-1.25.0.ebuild 
b/dev-python/numpy/numpy-1.25.0.ebuild
index b55a385a52ca..f44829d0ed9b 100644
--- a/dev-python/numpy/numpy-1.25.0.ebuild
+++ b/dev-python/numpy/numpy-1.25.0.ebuild
@@ -109,6 +109,9 @@ python_test() {
                        EPYTEST_DESELECT+=(
                                # too large for 32-bit platforms
                                
core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array
+                               
'core/tests/test_multiarray.py::TestDot::test_huge_vectordot[float64]'
+                               
'core/tests/test_multiarray.py::TestDot::test_huge_vectordot[complex128]'
+                               
lib/tests/test_histograms.py::TestHistogram::test_big_arrays
                        )
                        ;;
                *)

Reply via email to