Skip to content

Commit

Permalink
Silence asyncio_default_fixture_loop_scope warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Sep 17, 2024
1 parent 9669fcd commit ea29ad0
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 @@ -188,6 +188,7 @@ filterwarnings= [
# https://github.com/python-trio/trio/issues/3053
"ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.",
]
asyncio_default_fixture_loop_scope = "function"

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit ea29ad0

Please sign in to comment.