Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Tue, 10 May 2022 14:10:32
Message-Id: 1652191796.f12fa3129cbd74111496500bd4a3d9e76449f1ca.mgorny@gentoo
1 commit: f12fa3129cbd74111496500bd4a3d9e76449f1ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 14:09:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 14:09:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12fa312
7
8 dev-python/numpy: Skip more tests on x86
9
10 Closes: https://bugs.gentoo.org/843599
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/numpy/numpy-1.22.3.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/numpy/numpy-1.22.3.ebuild b/dev-python/numpy/numpy-1.22.3.ebuild
17 index bae342602aa5..227c471ddde0 100644
18 --- a/dev-python/numpy/numpy-1.22.3.ebuild
19 +++ b/dev-python/numpy/numpy-1.22.3.ebuild
20 @@ -141,6 +141,10 @@ python_test() {
21 numpy/core/tests/test_umath.py::TestRemainder::test_float_remainder_overflow
22 # https://github.com/numpy/numpy/issues/18387
23 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_pareto
24 + # more precision problems
25 + numpy/core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int16
26 + # too large for the tiny x86 world
27 + numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array
28 )
29 fi