From cfeb018ca75b05b3116f0be63761f9dea1440099 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Mon, 19 May 2025 13:32:00 +0000 Subject: [PATCH] Fix pytest-asyncio warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 80a054e7..7512cb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,6 +102,7 @@ max-public-methods = 30 [tool.pytest.ini_options] testpaths = ["tests/unit/"] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" markers = [ "pydantic: Tests with Pydantic as a dependency", ]