Skip to content

Commit bdf081c

Browse files
author
Jianke LIN
committed
test: ignore coverage branch arc on 3.14
1 parent bd0b879 commit bdf081c

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
@@ -346,7 +346,7 @@ async def handle_call_tool(ctx: ServerRequestContext, params: CallToolRequestPar
346346
write_stream,
347347
):
348348
with anyio.fail_after(5):
349-
async with anyio.create_task_group() as tg:
349+
async with anyio.create_task_group() as tg: # pragma: no branch
350350
tg.start_soon(server.run, read_stream, write_stream, server.create_initialization_options())
351351
await both_tools_started.wait()
352352
allow_tools_to_finish.set()

0 commit comments

Comments
 (0)