From 0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 28 Oct 2024 20:37:43 +0100 Subject: dev-lang/python: Skip test_multiprocessing_spawn on sparc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skip the third `test_multiprocessing*` on SPARC, because it hangs like the other two. Signed-off-by: Michał Górny --- dev-lang/python/python-3.12.6_p4.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-lang/python/python-3.12.6_p4.ebuild') diff --git a/dev-lang/python/python-3.12.6_p4.ebuild b/dev-lang/python/python-3.12.6_p4.ebuild index c5bac1b9c37c..60ec13d3da2e 100644 --- a/dev-lang/python/python-3.12.6_p4.ebuild +++ b/dev-lang/python/python-3.12.6_p4.ebuild @@ -270,6 +270,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr -- cgit v1.2.3