We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effec9f commit 080dd87Copy full SHA for 080dd87
tests/shared/test_session.py
@@ -104,7 +104,7 @@ async def make_request(session: ClientSession):
104
async with transport.connect() as (read_stream, write_stream):
105
async with ClientSession(read_stream=read_stream, write_stream=write_stream) as session:
106
await session.initialize()
107
- async with anyio.create_task_group() as tg:
+ async with anyio.create_task_group() as tg: # pragma: no branch
108
tg.start_soon(make_request, session)
109
110
# Wait for the request to be in-flight
0 commit comments