summaryrefslogtreecommitdiff
path: root/dev-lang/python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-3.11.10_p1.ebuild2
-rw-r--r--dev-lang/python/python-3.12.7_p1.ebuild2
-rw-r--r--dev-lang/python/python-3.13.0-r100.ebuild2
-rw-r--r--dev-lang/python/python-3.13.0.ebuild2
-rw-r--r--dev-lang/python/python-3.14.0_alpha1-r100.ebuild2
-rw-r--r--dev-lang/python/python-3.14.0_alpha1.ebuild2
6 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.11.10_p1.ebuild b/dev-lang/python/python-3.11.10_p1.ebuild
index 3fc2272abc67..89a7bd307b68 100644
--- a/dev-lang/python/python-3.11.10_p1.ebuild
+++ b/dev-lang/python/python-3.11.10_p1.ebuild
@@ -255,6 +255,7 @@ src_configure() {
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
-x test_descr
+ -x test_gdb
)
;;
riscv*)
@@ -270,6 +271,7 @@ src_configure() {
-x test_ctypes
-x test_descr
+ -x test_gdb
# bug 931908
-x test_exceptions
)
diff --git a/dev-lang/python/python-3.12.7_p1.ebuild b/dev-lang/python/python-3.12.7_p1.ebuild
index 840cc5b45017..57c5914cd26f 100644
--- a/dev-lang/python/python-3.12.7_p1.ebuild
+++ b/dev-lang/python/python-3.12.7_p1.ebuild
@@ -258,6 +258,7 @@ src_configure() {
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
-x test_descr
+ -x test_gdb
)
;;
riscv*)
@@ -273,6 +274,7 @@ src_configure() {
-x test_ctypes
-x test_descr
+ -x test_gdb
# bug 931908
-x test_exceptions
)
diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild
index b71dde63eb03..58686dbacc88 100644
--- a/dev-lang/python/python-3.13.0-r100.ebuild
+++ b/dev-lang/python/python-3.13.0-r100.ebuild
@@ -293,6 +293,7 @@ src_configure() {
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
-x test_descr
+ -x test_gdb
)
;;
riscv*)
@@ -308,6 +309,7 @@ src_configure() {
-x test_ctypes
-x test_descr
+ -x test_gdb
# bug 931908
-x test_exceptions
)
diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild
index 74cbac81ba9e..3bceddd3d86f 100644
--- a/dev-lang/python/python-3.13.0.ebuild
+++ b/dev-lang/python/python-3.13.0.ebuild
@@ -295,6 +295,7 @@ src_configure() {
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
-x test_descr
+ -x test_gdb
)
;;
riscv*)
@@ -310,6 +311,7 @@ src_configure() {
-x test_ctypes
-x test_descr
+ -x test_gdb
# bug 931908
-x test_exceptions
)
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
)
diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild
index acbfbfe8de8e..7f9f751bb5f4 100644
--- a/dev-lang/python/python-3.14.0_alpha1.ebuild
+++ b/dev-lang/python/python-3.14.0_alpha1.ebuild
@@ -296,6 +296,7 @@ src_configure() {
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
-x test_descr
+ -x test_gdb
)
;;
riscv*)
@@ -311,6 +312,7 @@ src_configure() {
-x test_ctypes
-x test_descr
+ -x test_gdb
# bug 931908
-x test_exceptions
)