Skip to content

Commit

Permalink
Avoid deprecation warning from pytest-asyncio
Browse files Browse the repository at this point in the history
This deprecation warning pops up from pytest-asyncio==0.24
  • Loading branch information
berland committed Sep 3, 2024
1 parent 8395bbf commit 6cac4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ markers = [
]
log_cli = "false"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
timeout = 360

[tool.setuptools_scm]
Expand Down

0 comments on commit 6cac4c0

Please sign in to comment.