Skip to content

Commit

Permalink
set asyncio_default_fixture_loop_scope explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 28, 2024
1 parent 4288eec commit 2ff5d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,6 @@ disable = [
"cyclic-import",
]
max-args = 10

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"

0 comments on commit 2ff5d89

Please sign in to comment.