Skip to content

Commit 70e1da7

Browse files
committed
Fix warning for missing pytest setting
1 parent 587ed82 commit 70e1da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dev-dependencies = [
3434

3535
[tool.pytest.ini_options]
3636
asyncio_mode = "auto"
37+
asyncio_default_fixture_loop_scope = "function"
3738
testpaths = "tests/"
3839

3940
[tool.setuptools]

0 commit comments

Comments
 (0)