commit: 67d188be4a188984472039ae4bb4b253bd4025a5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 13:56:14 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 14:00:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d188be
dev-python/uvloop: Skip crashing test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uvloop/uvloop-0.17.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/uvloop/uvloop-0.17.0.ebuild
b/dev-python/uvloop/uvloop-0.17.0.ebuild
index 3ed6b400cc21..5b6839d09ea7 100644
--- a/dev-python/uvloop/uvloop-0.17.0.ebuild
+++ b/dev-python/uvloop/uvloop-0.17.0.ebuild
@@ -71,6 +71,9 @@ python_test() {
tests/test_process.py::Test_AIO_Process::test_process_env_2
# hangs
tests/test_tcp.py::Test_AIO_TCPSSL::test_remote_shutdown_receives_trailing_data
+ # crashes on assertion
+ # https://github.com/MagicStack/uvloop/issues/574
+
tests/test_cython.py::TestCythonIntegration::test_cython_coro_is_coroutine
)
rm -rf uvloop || die