summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.14.0_alpha1-r100.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.14.0_alpha1-r100.ebuild')
-rw-r--r--dev-lang/python/python-3.14.0_alpha1-r100.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild
index 9c556e225cfc..6f5aada1411d 100644
--- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild
+++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild
@@ -294,6 +294,7 @@ src_configure() {
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
-x test_descr
+ -x test_gdb
)
;;
riscv*)
@@ -309,6 +310,7 @@ src_configure() {
-x test_ctypes
-x test_descr
+ -x test_gdb
# bug 931908
-x test_exceptions
)