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