Skip to content

Commit b8cc949

Browse files
committed
chore: set the asyncio default before deprecation
1 parent e5ab3d6 commit b8cc949

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,6 @@ pythonVersion = "3.8"
216216
typeCheckingMode = "strict"
217217
useLibraryCodeForTypes = true
218218
reportGeneralTypeIssues = true
219+
220+
[tool.pytest.ini_options]
221+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)