From b853e6499a33fcc58189b57179a0c24f9b07b5c4 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Sun, 15 Dec 2024 20:18:48 +0100 Subject: [PATCH] chore: handle deprecation warning --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5dc5bb6..b998745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,3 +85,6 @@ profile = "black" [tool.darglint] enable = "DAR104" + +[tool.pytest.ini_options] +asyncio_default_fixture_loop_scope = "function"