commit: 0df10fa4e83fa5c3f20d7115a77e5f36d1339d21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 15:47:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 26 15:47:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df10fa4
dev-python/numpy: Deselect more failing tests in 1.26.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/numpy/numpy-1.26.4.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-python/numpy/numpy-1.26.4.ebuild
b/dev-python/numpy/numpy-1.26.4.ebuild
index bcaadbd6af79..00c46f59682f 100644
--- a/dev-python/numpy/numpy-1.26.4.ebuild
+++ b/dev-python/numpy/numpy-1.26.4.ebuild
@@ -113,6 +113,14 @@ python_test() {
random/tests/test_generator_mt19937.py::TestRandomDist::test_pareto
# more precision problems
core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int16
+ # https://github.com/numpy/numpy/issues/24548
+ f2py/tests/test_kind.py::TestKind::test_int
+ )
+ fi
+
+ if use ppc64 ; then
+ EPYTEST_DESELECT+=(
+
core/tests/test_cpu_features.py::TestEnvPrivation::test_impossible_feature_enable
)
fi