commit: 7c538b37f730fe008878d830b72fccdc763af691 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 01:46:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 01:46:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c538b37
dev-lang/python: skip test_repl for now test_asyncio_repl_is_ok is flaky. Thanks to parona for spotting the bug. Bug: https://github.com/python/cpython/issues/119909 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/python/python-3.13.0_beta2_p5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/python/python-3.13.0_beta2_p5.ebuild b/dev-lang/python/python-3.13.0_beta2_p5.ebuild index 9ae014356562..6317aef17bca 100644 --- a/dev-lang/python/python-3.13.0_beta2_p5.ebuild +++ b/dev-lang/python/python-3.13.0_beta2_p5.ebuild @@ -247,6 +247,9 @@ src_configure() { # failures -x test_concurrent_futures -x test_gdb + # test_asyncio_repl_is_ok is flaky + # https://github.com/python/cpython/issues/119909 + -x test_repl ) # Arch-specific skips. See #931888 for a collection of these.
