From d42204b496b5e074b30146127ec9d3802f6f9171 Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Sat, 28 Dec 2024 14:13:28 +0000 Subject: [PATCH] Fix pytest deprecation warning --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e49c0f0..e6e24f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,4 @@ [tool:pytest] norecursedirs = .git .venv asyncio_mode = auto +asyncio_default_fixture_loop_scope = function