Skip to content

Commit

Permalink
chore: Add pytest setting due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Sep 17, 2024
1 parent 559f2a1 commit 9ac4975
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 @@ -114,6 +114,7 @@ ignore = [

[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
filterwarnings = [
"error::UserWarning",
]

0 comments on commit 9ac4975

Please sign in to comment.