We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio_default_fixture_loop_scope
fixture
1 parent f643a8f commit 32b9761Copy full SHA for 32b9761
pytest.ini
@@ -1,5 +1,7 @@
1
[pytest]
2
asyncio_mode=strict
3
+# Used for ./tests/pytest/asyncio_prevent.py
4
+asyncio_default_fixture_loop_scope=fixture
5
testpaths=tests/pytest/
6
; Note: Browsers are set within `./Makefile`
7
addopts = --strict-markers --durations=6 --durations-min=5.0 --numprocesses auto
0 commit comments