diff options
author | Sam James <sam@gentoo.org> | 2024-06-18 02:46:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-18 02:46:07 +0100 |
commit | 7c538b37f730fe008878d830b72fccdc763af691 (patch) | |
tree | 4bf31b55188ab2a6f9fab49cd9c3207fdb19d62b /dev-lang | |
parent | dev-lang/python: cleanup musl test skps for py3.13 (diff) | |
download | gentoo-7c538b37f730fe008878d830b72fccdc763af691.tar.gz gentoo-7c538b37f730fe008878d830b72fccdc763af691.tar.bz2 gentoo-7c538b37f730fe008878d830b72fccdc763af691.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.13.0_beta2_p5.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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. |