From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5616F158042 for ; Mon, 28 Oct 2024 19:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B545E08B0; Mon, 28 Oct 2024 19:44:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63555E08B0 for ; Mon, 28 Oct 2024 19:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7369343131 for ; Mon, 28 Oct 2024 19:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3664511DF for ; Mon, 28 Oct 2024 19:44:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730144672.0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-3.10.15_p1.ebuild dev-lang/python/python-3.11.10_p1.ebuild dev-lang/python/python-3.12.6_p2.ebuild dev-lang/python/python-3.12.6_p4.ebuild dev-lang/python/python-3.12.7_p1.ebuild dev-lang/python/python-3.13.0-r100.ebuild dev-lang/python/python-3.13.0.ebuild dev-lang/python/python-3.14.0_alpha1-r100.ebuild dev-lang/python/python-3.14.0_alpha1.ebuild dev-lang/python/python-3.8.20_p2.ebuild dev-lang/python/python-3.9.20_p1.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb X-VCS-Branch: master Date: Mon, 28 Oct 2024 19:44:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b516f8d4-1543-4aca-91bc-2fdff4b6a541 X-Archives-Hash: a856ff085b2cb3fd242a08dfee0ffede commit: 0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb Author: Michał Górny gentoo org> AuthorDate: Mon Oct 28 19:37:43 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 28 19:44:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc0bb89 dev-lang/python: Skip test_multiprocessing_spawn on sparc Skip the third `test_multiprocessing*` on SPARC, because it hangs like the other two. Signed-off-by: Michał Górny gentoo.org> dev-lang/python/python-3.10.15_p1.ebuild | 1 + dev-lang/python/python-3.11.10_p1.ebuild | 1 + dev-lang/python/python-3.12.6_p2.ebuild | 1 + dev-lang/python/python-3.12.6_p4.ebuild | 1 + dev-lang/python/python-3.12.7_p1.ebuild | 1 + dev-lang/python/python-3.13.0-r100.ebuild | 1 + dev-lang/python/python-3.13.0.ebuild | 1 + dev-lang/python/python-3.14.0_alpha1-r100.ebuild | 1 + dev-lang/python/python-3.14.0_alpha1.ebuild | 1 + dev-lang/python/python-3.8.20_p2.ebuild | 1 + dev-lang/python/python-3.9.20_p1.ebuild | 1 + 11 files changed, 11 insertions(+) diff --git a/dev-lang/python/python-3.10.15_p1.ebuild b/dev-lang/python/python-3.10.15_p1.ebuild index e585b9e454a9..c1e3463af7a9 100644 --- a/dev-lang/python/python-3.10.15_p1.ebuild +++ b/dev-lang/python/python-3.10.15_p1.ebuild @@ -276,6 +276,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.11.10_p1.ebuild b/dev-lang/python/python-3.11.10_p1.ebuild index 89a7bd307b68..01efe0b7c609 100644 --- a/dev-lang/python/python-3.11.10_p1.ebuild +++ b/dev-lang/python/python-3.11.10_p1.ebuild @@ -268,6 +268,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.12.6_p2.ebuild b/dev-lang/python/python-3.12.6_p2.ebuild index b348f707d265..2785f6584a3f 100644 --- a/dev-lang/python/python-3.12.6_p2.ebuild +++ b/dev-lang/python/python-3.12.6_p2.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 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 diff --git a/dev-lang/python/python-3.12.7_p1.ebuild b/dev-lang/python/python-3.12.7_p1.ebuild index 57c5914cd26f..2974197033de 100644 --- a/dev-lang/python/python-3.12.7_p1.ebuild +++ b/dev-lang/python/python-3.12.7_p1.ebuild @@ -271,6 +271,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 58686dbacc88..1f5ed60753e7 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -306,6 +306,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index 3bceddd3d86f..73ccf7611da4 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -308,6 +308,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild index 6f5aada1411d..2edb51dbfdd7 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -307,6 +307,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild index 7f9f751bb5f4..425b8f14734a 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -309,6 +309,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.8.20_p2.ebuild b/dev-lang/python/python-3.8.20_p2.ebuild index 7510f63d792b..6cf801146df0 100644 --- a/dev-lang/python/python-3.8.20_p2.ebuild +++ b/dev-lang/python/python-3.8.20_p2.ebuild @@ -196,6 +196,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr diff --git a/dev-lang/python/python-3.9.20_p1.ebuild b/dev-lang/python/python-3.9.20_p1.ebuild index 3113665f544f..b224ecf70da0 100644 --- a/dev-lang/python/python-3.9.20_p1.ebuild +++ b/dev-lang/python/python-3.9.20_p1.ebuild @@ -205,6 +205,7 @@ src_configure() { # bug 788022 -x test_multiprocessing_fork -x test_multiprocessing_forkserver + -x test_multiprocessing_spawn -x test_ctypes -x test_descr