Skip to content

Commit 8dd90a4

Browse files
committed
fixture is no longer a valid value for asyncio
1 parent 608a115 commit 8dd90a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[pytest]
22
asyncio_mode=strict
33
# Used for ./tests/pytest/asyncio_prevent.py
4-
asyncio_default_fixture_loop_scope=fixture
4+
asyncio_default_fixture_loop_scope=function
55
testpaths=tests/pytest/
66
; Note: Browsers are set within `./Makefile`
77
addopts = --strict-markers --durations=6 --durations-min=5.0 --numprocesses auto

0 commit comments

Comments
 (0)