summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-03 04:11:46 +0100
committerSam James <sam@gentoo.org>2024-08-03 04:12:35 +0100
commitf12c93e54182e81a31f7d1e702e5cc5b38eef0ee (patch)
treef9297ffa881a0f136cc6a44b84c76365f52d1b4c /dev-lang
parentmedia-gfx/graphite2: fix build w/ gcc-15 (diff)
downloadgentoo-f12c93e54182e81a31f7d1e702e5cc5b38eef0ee.tar.gz
gentoo-f12c93e54182e81a31f7d1e702e5cc5b38eef0ee.tar.bz2
gentoo-f12c93e54182e81a31f7d1e702e5cc5b38eef0ee.zip
dev-lang/python: skip test_asyncio for now for 3.13.0_rc1_p1
Unfortunate but it's clearly flaky and opensuse+fedora are struggling with the same test. I'm watching the upstream bug. Bug: https://github.com/python/cpython/issues/122136 Closes: https://bugs.gentoo.org/936314 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-3.13.0_rc1_p1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.0_rc1_p1.ebuild b/dev-lang/python/python-3.13.0_rc1_p1.ebuild
index ba7b05698742..a7d766ef12e0 100644
--- a/dev-lang/python/python-3.13.0_rc1_p1.ebuild
+++ b/dev-lang/python/python-3.13.0_rc1_p1.ebuild
@@ -249,6 +249,8 @@ src_configure() {
-x test_gdb
# flaky: https://github.com/python/cpython/issues/121973
-x test_pyrepl
+ # flaky: https://github.com/python/cpython/issues/122136 (bug #936314)
+ -x test_asyncio
)
# Arch-specific skips. See #931888 for a collection of these.