From 398ce13cb0085d9aabe4b2485ff8b9ea5c061d4a Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 4 Oct 2024 22:27:11 +0200 Subject: [PATCH] try some options --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ea26a728..7b415fca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,4 +102,5 @@ lint.pydocstyle.convention = "google" "*/blank.py" = ["I001"] [tool.pytest.ini_options] -asyncio_default_fixture_loop_scope = "function" \ No newline at end of file +asyncio_default_fixture_loop_scope = "function" +asyncio_mode = "auto" \ No newline at end of file