Skip to content

Commit

Permalink
asyncio_default_fixture_loop_scope = "function", closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 15, 2024
1 parent 64e0ca2 commit 043ae9b
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 @@ -34,3 +34,6 @@ test = [
"pytest-cov",
"asgi-lifespan",
]

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

0 comments on commit 043ae9b

Please sign in to comment.