fix: set asyncio_default_fixture_loop_scope for E2E tests
This commit is contained in:
parent
e619dc9368
commit
204f9f26de
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user