Skip to content

Commit 32b9761

Browse files
authored
ci(remove future behavior warning): Set the asyncio_default_fixture_loop_scope to fixture (#1655)
1 parent f643a8f commit 32b9761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[pytest]
22
asyncio_mode=strict
3+
# Used for ./tests/pytest/asyncio_prevent.py
4+
asyncio_default_fixture_loop_scope=fixture
35
testpaths=tests/pytest/
46
; Note: Browsers are set within `./Makefile`
57
addopts = --strict-markers --durations=6 --durations-min=5.0 --numprocesses auto

0 commit comments

Comments
 (0)