Skip to content

Commit ace5d08

Browse files
committed
Set asyncio_default_fixture_loop_scope
This is now expected, see pytest-dev/pytest-asyncio#924
1 parent bb67a37 commit ace5d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,6 @@ convention = "pep257"
150150

151151
[tool.ruff.format]
152152
docstring-code-format = true
153+
154+
[tool.pytest.ini_options]
155+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)