diff --git a/pyproject.toml b/pyproject.toml index cc0aa0c20..aa0f40889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -556,3 +556,10 @@ forced-separate = [ ] combine-as-imports = true split-on-trailing-comma = false + +[tool.pytest.ini_options] +testpaths = [ + "tests", +] +asyncio_default_fixture_loop_scope = "session" +asyncio_mode = "strict"