diff options
Diffstat (limited to 'dev-lang/python/python-3.11.3.ebuild')
-rw-r--r-- | dev-lang/python/python-3.11.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild index 930a7259e6bc..83f671a8ef6f 100644 --- a/dev-lang/python/python-3.11.3.ebuild +++ b/dev-lang/python/python-3.11.3.ebuild @@ -179,6 +179,10 @@ src_configure() { -x test_multiprocessing_fork -x test_socket -x test_xmlrpc + + # Hangs (actually runs indefinitely executing itself w/ many cpython builds) + # bug #900429 + -x test_tools ) if has_version "app-arch/rpm" ; then |