Skip to content

Commit f522dde

Browse files
committed
Set the default asyncio fixture loop scope
See: - pytest-dev/pytest-asyncio#924
1 parent a8998f7 commit f522dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[pytest]
22
addopts = -v -ra --cov
33
asyncio_mode = auto
4+
asyncio_default_fixture_loop_scope = session

0 commit comments

Comments
 (0)