From 05c2a856f1d0febc85d125ac2e09d98873b9f087 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sat, 11 Jan 2025 21:03:24 +0100 Subject: [PATCH] Set asyncio_default_fixture_loop_scope --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 52282f7..8b0fca6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,5 @@ ignore = E231, W503, D202 max-line-length = 88 [tool:pytest] +asyncio_default_fixture_loop_scope = function asyncio_mode = auto