Skip to content

Commit

Permalink
set scope for asyncio fixture in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Oct 24, 2024
1 parent ee638b3 commit 55f20c8
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 @@ -93,6 +93,7 @@ select = [ "C", "E", "F", "W", "B", "B950" ]

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

[tool.coverage.report]
fail_under = 100.0
Expand Down

0 comments on commit 55f20c8

Please sign in to comment.