Skip to content

Commit

Permalink
chore: set the asyncio default before deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 19, 2024
1 parent 6a62d83 commit 28f12ff
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 @@ -216,3 +216,6 @@ pythonVersion = "3.8"
typeCheckingMode = "strict"
useLibraryCodeForTypes = true
reportGeneralTypeIssues = true

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

0 comments on commit 28f12ff

Please sign in to comment.