diff options
Diffstat (limited to 'dev-lang/python/python-3.14.0_alpha1.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild index 4954a2b3770e..a50eeaba7c54 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -286,6 +286,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes |
