Skip to content

Commit 8aa5b45

Browse files
Merge pull request #195 from Doist/goncalossilva/pytest-asyncio-924
Set asyncio_default_fixture_loop_scope
2 parents bb67a37 + ace5d08 commit 8aa5b45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
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)