diff --git a/pyproject.toml b/pyproject.toml index 5a4d2fc3..c45473f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,6 +137,7 @@ disableBytesTypePromotions = true [tool.pytest.ini_options] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "session" [build-system] requires = ["poetry-core>=1.0.0"]