Skip to content

Commit 184a84c

Browse files
committed
test: ignore coverage branch arc on 3.14
1 parent 4d4e863 commit 184a84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/test_stdio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async def handle_call_tool(ctx: ServerRequestContext, params: CallToolRequestPar
169169
write_stream,
170170
):
171171
with anyio.fail_after(5):
172-
async with anyio.create_task_group() as tg:
172+
async with anyio.create_task_group() as tg: # pragma: no branch
173173
tg.start_soon(server.run, read_stream, write_stream, server.create_initialization_options())
174174
await both_tools_started.wait()
175175
allow_tools_to_finish.set()

0 commit comments

Comments
 (0)