Merge pull request #350 from jlowin/test-loop-scope

add test-loop-scope session
This commit is contained in:
Jeremiah Lowin 2025-05-06 22:22:25 -04:00 committed by GitHub
commit b401a7d354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,7 @@ fallback-version = "0.0.0"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "session"
asyncio_default_test_loop_scope = "session"
filterwarnings = []