commit: f12c93e54182e81a31f7d1e702e5cc5b38eef0ee Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 3 03:11:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 3 03:12:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12c93e5
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 <AT> gentoo.org> dev-lang/python/python-3.13.0_rc1_p1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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.
