Skip to content

Commit 044784d

Browse files
committed
Set asyncio_default_fixture_loop_scope to "session"
1 parent f7cb776 commit 044784d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ overgeneral-exceptions = [
170170
]
171171

172172
[tool.pytest.ini_options]
173+
asyncio_default_fixture_loop_scope = "session"
173174
asyncio_mode = "strict"
174175
markers = [
175176
# mark a test as a asynchronous io test.

0 commit comments

Comments
 (0)