summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.10.15_p1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-28 20:37:43 +0100
committerMichał Górny <mgorny@gentoo.org>2024-10-28 20:44:32 +0100
commit0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb (patch)
treed20575db7b4018f8e2250d6d8d1c244cdfbc6f93 /dev-lang/python/python-3.10.15_p1.ebuild
parentb7ff4bc8b51d0e0c70cad78e6db27b800be913c9 (diff)
downloadgentoo-0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb.tar.gz
gentoo-0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb.tar.bz2
gentoo-0fc0bb8948cc419df1f262c15cd312e6f2d1d7eb.zip
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 <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.10.15_p1.ebuild')
-rw-r--r--dev-lang/python/python-3.10.15_p1.ebuild1
1 files changed, 1 insertions, 0 deletions
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