From 71b3ce6bc5acbce03063bfc3da9fa2b129c2dcf8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Sep 2024 19:46:14 -0500 Subject: [PATCH] fix: mark test as xfail as it fails on py3.11 stdlib as well --- tests/test_impl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_impl.py b/tests/test_impl.py index 2ec1385..cf23ee2 100644 --- a/tests/test_impl.py +++ b/tests/test_impl.py @@ -1370,6 +1370,7 @@ async def _sock_connect( @patch_socket @pytest.mark.asyncio +@pytest.mark.xfail(reason="raises RuntimeError: coroutine ignored GeneratorExit") async def test_handling_system_exit( m_socket: ModuleType, ) -> None: