From 33f6f605fb2bb432134103d3de13d8ebe9f5b146 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 6 Apr 2023 00:45:18 +0100 Subject: dev-lang/python: skip test_tools for PGO Skip the 'test_tools' test when running PGO for now to avoid hanging the build (and also kind of fork-bombing the system with recursive cpython build attempts). Interestingly, not seen this when running the actual regular testsuite, but I suppose far fewer people actually run that, so could just be a frequency thing. Bug: https://bugs.gentoo.org/828535 Bug: https://bugs.gentoo.org/850154 Bug: https://bugs.gentoo.org/903890 Closes: https://bugs.gentoo.org/900429 Signed-off-by: Sam James --- dev-lang/python/python-3.12.0_alpha7.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-lang/python/python-3.12.0_alpha7.ebuild') diff --git a/dev-lang/python/python-3.12.0_alpha7.ebuild b/dev-lang/python/python-3.12.0_alpha7.ebuild index abbc74ddf678..94d6f02c4f80 100644 --- a/dev-lang/python/python-3.12.0_alpha7.ebuild +++ b/dev-lang/python/python-3.12.0_alpha7.ebuild @@ -174,6 +174,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 -- cgit v1.2.3