Skip to content

Commit ab98305

Browse files
committed
coverage: ignore platform specific test case
1 parent 247e33e commit ab98305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_stdio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def test_stdio_client_universal_cleanup():
153153

154154
@pytest.mark.anyio
155155
@pytest.mark.skipif(sys.platform == "win32", reason="Windows signal handling is different")
156-
async def test_stdio_client_sigint_only_process():
156+
async def test_stdio_client_sigint_only_process(): # pragma: no cover
157157
"""
158158
Test cleanup with a process that ignores SIGTERM but responds to SIGINT.
159159
"""

0 commit comments

Comments
 (0)