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 706d174 commit 59b9bad
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 @@ -215,3 +215,6 @@ ignore = [
pythonVersion = "3.8" # check no python > 3.8 features are used
pythonPlatform = "All"
typeCheckingMode = "strict"

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

0 comments on commit 59b9bad

Please sign in to comment.