Skip to content

Commit

Permalink
Address pytest warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Nov 29, 2024
1 parent e866e65 commit 40c34b3
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 @@ -62,6 +62,7 @@ disallow_untyped_defs = true
warn_return_any = true

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"
asyncio_mode = "auto" # auto-detect async tests/fixtures
addopts = "--tb=short"
env = [
Expand Down

0 comments on commit 40c34b3

Please sign in to comment.