From 08cb3a34f60c953cd9d3524f73efe3c4270b79d6 Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Sat, 7 Sep 2024 17:03:27 +0100 Subject: [PATCH] Async tests are skipped w/o it --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index e69de29..aba865f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -0,0 +1,3 @@ +[tool:pytest] +asyncio_mode = auto +asyncio_default_fixture_loop_scope = function