summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.3.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.13.3.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.13.3.ebuild')
-rw-r--r--dev-lang/python/python-3.13.3.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.3.ebuild b/dev-lang/python/python-3.13.3.ebuild
index d33f2971cbf8..fc5eb4346c67 100644
--- a/dev-lang/python/python-3.13.3.ebuild
+++ b/dev-lang/python/python-3.13.3.ebuild
@@ -285,6 +285,11 @@ src_configure() {
-x test_strtod
)
;;
+ arm*)
+ COMMON_TEST_SKIPS+=(
+ -x test_gdb
+ )
+ ;;
hppa*)
COMMON_TEST_SKIPS+=(
-x test_gdb