diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-26 17:47:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-26 17:47:24 +0200 |
commit | 0df10fa4e83fa5c3f20d7115a77e5f36d1339d21 (patch) | |
tree | d5d447f4b1ef480fb23181f1d42d721873e0e0a7 /dev-python/numpy | |
parent | sci-libs/onnx: drop 1.14.1-r2 (diff) | |
download | gentoo-0df10fa4e83fa5c3f20d7115a77e5f36d1339d21.tar.gz gentoo-0df10fa4e83fa5c3f20d7115a77e5f36d1339d21.tar.bz2 gentoo-0df10fa4e83fa5c3f20d7115a77e5f36d1339d21.zip |
dev-python/numpy: Deselect more failing tests in 1.26.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/numpy-1.26.4.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
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 |