commit: f12fa3129cbd74111496500bd4a3d9e76449f1ca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 10 14:09:56 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 10 14:09:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12fa312
dev-python/numpy: Skip more tests on x86 Closes: https://bugs.gentoo.org/843599 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/numpy/numpy-1.22.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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
