summaryrefslogtreecommitdiff
path: root/dev-python/numpy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-20 12:38:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-20 12:38:42 +0000
commitf4e4dc8ea72bb62021fac69c8c7b1580c3b2434f (patch)
tree13c1bead84fd991b9e5d4539bf64d765693630e6 /dev-python/numpy
parent0bb739e46f4201a2cb9f72c5915a046c2927079d (diff)
downloadbaldeagleos-repo-f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f.tar.gz
baldeagleos-repo-f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f.tar.xz
baldeagleos-repo-f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f.zip
Adding metadata
Diffstat (limited to 'dev-python/numpy')
-rw-r--r--dev-python/numpy/numpy-1.22.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-1.22.3.ebuild b/dev-python/numpy/numpy-1.22.3.ebuild
index b6c24dfcd074..cb04e9883bbe 100644
--- a/dev-python/numpy/numpy-1.22.3.ebuild
+++ b/dev-python/numpy/numpy-1.22.3.ebuild
@@ -143,7 +143,11 @@ python_test() {
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
+ )
+ fi
+ if use arm || use x86 ; then
+ EPYTEST_DESELECT+=(
+ # too large for 32-bit platforms
numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array
)
fi