summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-10 16:09:56 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-10 16:09:56 +0200
commitf12fa3129cbd74111496500bd4a3d9e76449f1ca (patch)
treed3a5567fa98da03c6fc7041f80a5f92784bbfd85 /dev-python/numpy
parentdev-python/psutil: Skip more tests (esp. on SPARC) (diff)
downloadgentoo-f12fa3129cbd74111496500bd4a3d9e76449f1ca.tar.gz
gentoo-f12fa3129cbd74111496500bd4a3d9e76449f1ca.tar.bz2
gentoo-f12fa3129cbd74111496500bd4a3d9e76449f1ca.zip
dev-python/numpy: Skip more tests on x86
Closes: https://bugs.gentoo.org/843599 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r--dev-python/numpy/numpy-1.22.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.22.3.ebuild b/dev-python/numpy/numpy-1.22.3.ebuild
index bae342602aa5..227c471ddde0 100644
--- a/dev-python/numpy/numpy-1.22.3.ebuild
+++ b/dev-python/numpy/numpy-1.22.3.ebuild
@@ -141,6 +141,10 @@ python_test() {
numpy/core/tests/test_umath.py::TestRemainder::test_float_remainder_overflow
# https://github.com/numpy/numpy/issues/18387
numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_pareto
+ # more precision problems
+ numpy/core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int16
+ # too large for the tiny x86 world
+ numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array
)
fi