commit:     07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 01:43:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 01:44:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e4f5d9

dev-lang/python: cleanup musl test skps for py3.13

For py3.13, we already put the musl skips in COMMON_TEST_SKIPS, so we don't
need to repeat the same list for PGO.

For <py3.13, we haven't got COMMON_TEST_SKIPS (yet?).

Fixes: d44d24e0255a08b27d5aad54f431eabb6ee93df9
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/python/python-3.13.0_beta1_p3.ebuild | 16 ----------------
 dev-lang/python/python-3.13.0_beta2.ebuild    | 16 ----------------
 dev-lang/python/python-3.13.0_beta2_p1.ebuild | 16 ----------------
 dev-lang/python/python-3.13.0_beta2_p3.ebuild | 16 ----------------
 dev-lang/python/python-3.13.0_beta2_p5.ebuild | 16 ----------------
 5 files changed, 80 deletions(-)

diff --git a/dev-lang/python/python-3.13.0_beta1_p3.ebuild 
b/dev-lang/python/python-3.13.0_beta1_p3.ebuild
index 792927c05468..c7e6f46cf053 100644
--- a/dev-lang/python/python-3.13.0_beta1_p3.ebuild
+++ b/dev-lang/python/python-3.13.0_beta1_p3.ebuild
@@ -388,22 +388,6 @@ src_configure() {
                                ;;
                esac
 
-               # musl-specific skips
-               use elibc_musl && profile_task_flags+=(
-                       # various musl locale deficiencies
-                       -x test__locale
-                       -x test_c_locale_coercion
-                       -x test_locale
-                       -x test_re
-
-                       # known issues with find_library on musl
-                       # https://bugs.python.org/issue21622
-                       -x test_ctypes
-
-                       # fpathconf, ttyname errno values
-                       -x test_os
-               )
-
                if has_version "app-arch/rpm" ; then
                        # Avoid sandbox failure (attempts to write to 
/var/lib/rpm)
                        profile_task_flags+=(

diff --git a/dev-lang/python/python-3.13.0_beta2.ebuild 
b/dev-lang/python/python-3.13.0_beta2.ebuild
index 792927c05468..c7e6f46cf053 100644
--- a/dev-lang/python/python-3.13.0_beta2.ebuild
+++ b/dev-lang/python/python-3.13.0_beta2.ebuild
@@ -388,22 +388,6 @@ src_configure() {
                                ;;
                esac
 
-               # musl-specific skips
-               use elibc_musl && profile_task_flags+=(
-                       # various musl locale deficiencies
-                       -x test__locale
-                       -x test_c_locale_coercion
-                       -x test_locale
-                       -x test_re
-
-                       # known issues with find_library on musl
-                       # https://bugs.python.org/issue21622
-                       -x test_ctypes
-
-                       # fpathconf, ttyname errno values
-                       -x test_os
-               )
-
                if has_version "app-arch/rpm" ; then
                        # Avoid sandbox failure (attempts to write to 
/var/lib/rpm)
                        profile_task_flags+=(

diff --git a/dev-lang/python/python-3.13.0_beta2_p1.ebuild 
b/dev-lang/python/python-3.13.0_beta2_p1.ebuild
index 792927c05468..c7e6f46cf053 100644
--- a/dev-lang/python/python-3.13.0_beta2_p1.ebuild
+++ b/dev-lang/python/python-3.13.0_beta2_p1.ebuild
@@ -388,22 +388,6 @@ src_configure() {
                                ;;
                esac
 
-               # musl-specific skips
-               use elibc_musl && profile_task_flags+=(
-                       # various musl locale deficiencies
-                       -x test__locale
-                       -x test_c_locale_coercion
-                       -x test_locale
-                       -x test_re
-
-                       # known issues with find_library on musl
-                       # https://bugs.python.org/issue21622
-                       -x test_ctypes
-
-                       # fpathconf, ttyname errno values
-                       -x test_os
-               )
-
                if has_version "app-arch/rpm" ; then
                        # Avoid sandbox failure (attempts to write to 
/var/lib/rpm)
                        profile_task_flags+=(

diff --git a/dev-lang/python/python-3.13.0_beta2_p3.ebuild 
b/dev-lang/python/python-3.13.0_beta2_p3.ebuild
index d8206dba60a4..e8eb51fbd999 100644
--- a/dev-lang/python/python-3.13.0_beta2_p3.ebuild
+++ b/dev-lang/python/python-3.13.0_beta2_p3.ebuild
@@ -388,22 +388,6 @@ src_configure() {
                                ;;
                esac
 
-               # musl-specific skips
-               use elibc_musl && profile_task_flags+=(
-                       # various musl locale deficiencies
-                       -x test__locale
-                       -x test_c_locale_coercion
-                       -x test_locale
-                       -x test_re
-
-                       # known issues with find_library on musl
-                       # https://bugs.python.org/issue21622
-                       -x test_ctypes
-
-                       # fpathconf, ttyname errno values
-                       -x test_os
-               )
-
                if has_version "app-arch/rpm" ; then
                        # Avoid sandbox failure (attempts to write to 
/var/lib/rpm)
                        profile_task_flags+=(

diff --git a/dev-lang/python/python-3.13.0_beta2_p5.ebuild 
b/dev-lang/python/python-3.13.0_beta2_p5.ebuild
index 2b50881a163c..9ae014356562 100644
--- a/dev-lang/python/python-3.13.0_beta2_p5.ebuild
+++ b/dev-lang/python/python-3.13.0_beta2_p5.ebuild
@@ -388,22 +388,6 @@ src_configure() {
                                ;;
                esac
 
-               # musl-specific skips
-               use elibc_musl && profile_task_flags+=(
-                       # various musl locale deficiencies
-                       -x test__locale
-                       -x test_c_locale_coercion
-                       -x test_locale
-                       -x test_re
-
-                       # known issues with find_library on musl
-                       # https://bugs.python.org/issue21622
-                       -x test_ctypes
-
-                       # fpathconf, ttyname errno values
-                       -x test_os
-               )
-
                if has_version "app-arch/rpm" ; then
                        # Avoid sandbox failure (attempts to write to 
/var/lib/rpm)
                        profile_task_flags+=(

Reply via email to