Skip to content

Commit f6be89c

Browse files
committed
test: ignore coverage branch arc on 3.14
1 parent 1521370 commit f6be89c

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
@@ -246,7 +246,7 @@ async def handle_call_tool(ctx: ServerRequestContext, params: CallToolRequestPar
246246
write_stream,
247247
):
248248
with anyio.fail_after(5):
249-
async with anyio.create_task_group() as tg:
249+
async with anyio.create_task_group() as tg: # pragma: no branch
250250
tg.start_soon(server.run, read_stream, write_stream, server.create_initialization_options())
251251
await both_tools_started.wait()
252252
allow_tools_to_finish.set()

0 commit comments

Comments
 (0)