diff options
| author | Sam James <sam@gentoo.org> | 2024-06-18 02:43:28 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-06-18 02:44:17 +0100 |
| commit | 07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90 (patch) | |
| tree | da7dd9f1f0db62267bfe078d4c4d51079b78eb97 /dev-lang/python/python-3.13.0_beta2.ebuild | |
| parent | 2bb21979b9dc9bd99c486971047593df4ff2ebda (diff) | |
| download | gentoo-07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90.tar.gz gentoo-07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90.tar.bz2 gentoo-07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.0_beta2.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.13.0_beta2.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
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+=( |
