Skip to content

Commit fb842b1

Browse files
committed
asyncio_default_fixture_loop_scope = "function", closes #37
1 parent 7db3238 commit fb842b1

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
@@ -34,3 +34,6 @@ test = [
3434
"pytest-cov",
3535
"asgi-lifespan",
3636
]
37+
38+
[tool.pytest.ini_options]
39+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)