summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.11.12.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-04-14 07:49:30 +0200
committerMichał Górny <mgorny@gentoo.org>2025-04-14 07:49:30 +0200
commit91f276f6fbf45fdf34c599d7a571a3a1ca20908c (patch)
treeaf12b4aefc6f86bab26cbb56bbb988d231b2dee1 /dev-lang/python/python-3.11.12.ebuild
parentcd54700e365303d7edf65cd619887a6644aa84d2 (diff)
downloadgentoo-91f276f6fbf45fdf34c599d7a571a3a1ca20908c.tar.gz
gentoo-91f276f6fbf45fdf34c599d7a571a3a1ca20908c.tar.bz2
gentoo-91f276f6fbf45fdf34c599d7a571a3a1ca20908c.zip
dev-lang/python: Skip test_gdb on arm*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.11.12.ebuild')
-rw-r--r--dev-lang/python/python-3.11.12.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.11.12.ebuild b/dev-lang/python/python-3.11.12.ebuild
index 7cd31e6eeb42..ff6ee57dda6f 100644
--- a/dev-lang/python/python-3.11.12.ebuild
+++ b/dev-lang/python/python-3.11.12.ebuild
@@ -245,6 +245,11 @@ src_configure() {
-x test_strtod
)
;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
mips*)
COMMON_TEST_SKIPS+=(
-x test_ctypes