diff --git a/pytest.ini b/pytest.ini index 267fc8c6c..9d80d8374 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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