From 1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 28 Oct 2024 20:41:35 +0100 Subject: dev-lang/python: Reenable test_descr on ppc64 & sparc in 3.12+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These seem to pass, now that we have adjusted the recursion limits. Signed-off-by: Michał Górny --- dev-lang/python/python-3.12.7_p1.ebuild | 2 -- dev-lang/python/python-3.13.0-r100.ebuild | 2 -- dev-lang/python/python-3.13.0.ebuild | 2 -- dev-lang/python/python-3.14.0_alpha1-r100.ebuild | 2 -- dev-lang/python/python-3.14.0_alpha1.ebuild | 2 -- 5 files changed, 10 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 diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 1f5ed60753e7..5b4fc2bc5e2f 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -292,7 +292,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -309,7 +308,6 @@ src_configure() { -x test_multiprocessing_spawn -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 73ccf7611da4..61d4267eba89 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -294,7 +294,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -311,7 +310,6 @@ src_configure() { -x test_multiprocessing_spawn -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 2edb51dbfdd7..25a61ad66e60 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -293,7 +293,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -310,7 +309,6 @@ src_configure() { -x test_multiprocessing_spawn -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 425b8f14734a..e246301ecf77 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -295,7 +295,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -312,7 +311,6 @@ src_configure() { -x test_multiprocessing_spawn -x test_ctypes - -x test_descr -x test_gdb # bug 931908 -x test_exceptions -- cgit v1.2.3-65-gdbad