summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.12.7_p1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-28 20:41:35 +0100
committerMichał Górny <mgorny@gentoo.org>2024-10-28 20:44:33 +0100
commit1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8 (patch)
tree5caae26039a7abf21bb4f66c19e7ce82beef4cfc /dev-lang/python/python-3.12.7_p1.ebuild
parent0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb (diff)
downloadgentoo-1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8.tar.gz
gentoo-1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8.tar.bz2
gentoo-1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8.zip
dev-lang/python: Reenable test_descr on ppc64 & sparc in 3.12+
These seem to pass, now that we have adjusted the recursion limits. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.12.7_p1.ebuild')
-rw-r--r--dev-lang/python/python-3.12.7_p1.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.12.7_p1.ebuild b/dev-lang/python/python-3.12.7_p1.ebuild
index 2974197033de..2cddd9127640 100644
--- a/dev-lang/python/python-3.12.7_p1.ebuild
+++ b/dev-lang/python/python-3.12.7_p1.ebuild
@@ -257,7 +257,6 @@ src_configure() {
;;
powerpc64-*) # big endian
COMMON_TEST_SKIPS+=(
- -x test_descr
-x test_gdb
)
;;
@@ -274,7 +273,6 @@ src_configure() {
-x test_multiprocessing_spawn
-x test_ctypes
- -x test_descr
-x test_gdb
# bug 931908
-x test_exceptions