summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-08 20:04:17 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-08 20:04:17 +0100
commit62d77eddd3e11403bfcc38a032b825ce7c4e65a3 (patch)
tree63129281e7eeaeae0c7866c90874e263a47c0a2b /dev-python
parentf7e1a0bdd56e94cf4ea45f389659fe7cdb48a4f8 (diff)
downloadgentoo-62d77eddd3e11403bfcc38a032b825ce7c4e65a3.tar.gz
gentoo-62d77eddd3e11403bfcc38a032b825ce7c4e65a3.tar.bz2
gentoo-62d77eddd3e11403bfcc38a032b825ce7c4e65a3.zip
dev-python/pythran: Deselect distutils tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pythran/pythran-0.18.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pythran/pythran-0.18.1.ebuild b/dev-python/pythran/pythran-0.18.1.ebuild
index b0811edf72f3..7f4af1636d54 100644
--- a/dev-python/pythran/pythran-0.18.1.ebuild
+++ b/dev-python/pythran/pythran-0.18.1.ebuild
@@ -74,6 +74,8 @@ python_test() {
# multiple extra deps (meson, openblas)
# also broken on pypy3*
pythran/tests/test_distutils.py::TestMeson::test_meson_build
+ # numpy.distutils is dead and broken
+ pythran/tests/test_distutils.py::TestDistutils
)
local EPYTEST_IGNORE=(
pythran/benchmarks