From 796d4da7e9f5fd2266585c0049b64f3087a0bead Mon Sep 17 00:00:00 2001 From: Alexander Malev Date: Fri, 27 Dec 2024 02:43:52 +0300 Subject: [PATCH] Context without start --- pytest_aioworkers/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest_aioworkers/plugin.py b/pytest_aioworkers/plugin.py index 31c599a..3711447 100644 --- a/pytest_aioworkers/plugin.py +++ b/pytest_aioworkers/plugin.py @@ -48,6 +48,7 @@ async def context(aioworkers, config): config, group_resolver=gr, loop=asyncio.get_running_loop(), + sent_start=False, ) as ctx: yield ctx