fix: set asyncio_default_fixture_loop_scope for E2E tests

This commit is contained in:
root 2026-03-29 23:48:04 +00:00
parent e619dc9368
commit 204f9f26de

View File

@ -89,6 +89,7 @@ line-ending = "auto"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "module"
testpaths = ["tests"]
addopts = "-v --tb=short"