diff options
Diffstat (limited to 'dev-lang/python/python-3.13.1.ebuild')
-rw-r--r-- | dev-lang/python/python-3.13.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.1.ebuild b/dev-lang/python/python-3.13.1.ebuild index b1dfe12..52f4550 100644 --- a/dev-lang/python/python-3.13.1.ebuild +++ b/dev-lang/python/python-3.13.1.ebuild @@ -379,6 +379,11 @@ src_configure() { # Fails in profiling run, passes in src_test(). -x test_capi + + # Fails with LibreSSL + # https://github.com/libressl/portable/issues/1133 + -x test_hashlib + -x test_ssl ) # Arch-specific skips. See #931888 for a collection of these. |