From ca3dee7b37a3ceb4c95c523b26a49d625afbfd1e Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 29 Aug 2024 20:24:52 +0200 Subject: [PATCH] chore: add setting to avoid deprecation warning from pytest-asyncio --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5918e92e1..49fdff752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ log_format = "%(asctime)s %(levelname)s %(message)s" log_date_format = "%Y-%m-%d %H:%M:%S" asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" addopts = "--dist loadscope" [tool.mypy]