We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247e33e commit ab98305Copy full SHA for ab98305
tests/client/test_stdio.py
@@ -153,7 +153,7 @@ async def test_stdio_client_universal_cleanup():
153
154
@pytest.mark.anyio
155
@pytest.mark.skipif(sys.platform == "win32", reason="Windows signal handling is different")
156
-async def test_stdio_client_sigint_only_process():
+async def test_stdio_client_sigint_only_process(): # pragma: no cover
157
"""
158
Test cleanup with a process that ignores SIGTERM but responds to SIGINT.
159
0 commit comments