summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-12 16:22:55 +0100
committerSam James <sam@gentoo.org>2023-06-12 16:22:55 +0100
commitea4cd1f216e407735528c92434b83313e4b8a8db (patch)
tree0a1a198844d696ba0d7e6e9c6e504f197a4ecec7 /dev-python/numpy
parentpackage.mask: mask buggy mariadb versions (diff)
downloadgentoo-ea4cd1f216e407735528c92434b83313e4b8a8db.tar.gz
gentoo-ea4cd1f216e407735528c92434b83313e4b8a8db.tar.bz2
gentoo-ea4cd1f216e407735528c92434b83313e4b8a8db.zip
dev-python/numpy: cleanup empty EPYTEST_IGNORE
I don't know why, but it has to go in _DESELECT even though it's a whole file. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r--dev-python/numpy/numpy-1.25.0_rc1.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/numpy/numpy-1.25.0_rc1.ebuild b/dev-python/numpy/numpy-1.25.0_rc1.ebuild
index 2851cc764551..a12d52a6bc47 100644
--- a/dev-python/numpy/numpy-1.25.0_rc1.ebuild
+++ b/dev-python/numpy/numpy-1.25.0_rc1.ebuild
@@ -82,11 +82,6 @@ python_test() {
typing/tests/test_typing.py
)
- local EPYTEST_IGNORE=(
- # very slow, unlikely to be practically useful
- #typing/tests/test_typing.py
- )
-
if use arm && [[ $(uname -m || echo "unknown") == "armv8l" ]] ; then
# Degenerate case. arm32 chroot on arm64.
# bug #774108