We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8232b87 commit c8b9983Copy full SHA for c8b9983
tests/server/test_stdio.py
@@ -105,8 +105,6 @@ async def test_stdin_eof_monitor_detects_hangup():
105
with anyio.fail_after(5):
106
while not tg.cancel_scope.cancel_called:
107
await anyio.sleep(0.05)
108
-
109
- assert tg.cancel_scope.cancel_called
110
finally:
111
os.close(read_fd)
112
if write_fd != -1: # pragma: no cover
@@ -145,8 +143,6 @@ async def test_stdin_eof_monitor_ignores_pollin_events():
145
143
146
144
147
148
149
150
151
152
0 commit comments