Skip to content

Commit

Permalink
ci(remove future behavior warning): Set the `asyncio_default_fixture_…
Browse files Browse the repository at this point in the history
…loop_scope` to `fixture` (#1655)
  • Loading branch information
schloerke authored Aug 28, 2024
1 parent f643a8f commit 32b9761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[pytest]
asyncio_mode=strict
# Used for ./tests/pytest/asyncio_prevent.py
asyncio_default_fixture_loop_scope=fixture
testpaths=tests/pytest/
; Note: Browsers are set within `./Makefile`
addopts = --strict-markers --durations=6 --durations-min=5.0 --numprocesses auto
Expand Down

0 comments on commit 32b9761

Please sign in to comment.