diff options
Diffstat (limited to 'dev-lang/python/python-3.13.0_rc1_p3-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-3.13.0_rc1_p3-r1.ebuild | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/python/python-3.13.0_rc1_p3-r1.ebuild b/dev-lang/python/python-3.13.0_rc1_p3-r1.ebuild index 155910066244..a08c2b73c8f8 100644 --- a/dev-lang/python/python-3.13.0_rc1_p3-r1.ebuild +++ b/dev-lang/python/python-3.13.0_rc1_p3-r1.ebuild @@ -272,12 +272,6 @@ src_configure() { -x test_strtod ) ;; - ia64*) - COMMON_TEST_SKIPS+=( - -x test_ctypes - -x test_external_inspection - ) - ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes @@ -374,11 +368,6 @@ src_configure() { -x test_os ) ;; - ia64*) - profile_task_flags+=( - -x test_signal - ) - ;; powerpc64-*) # big endian profile_task_flags+=( # bug 931908 |