Skip to content

Commit

Permalink
🔧 set default fixture scope for pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Oct 29, 2024
1 parent ee8912d commit 95166de
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 @@ -19,3 +19,4 @@ profile = "black"
[tool.pytest.ini_options]
addopts = "--junitxml=junit.xml -p no:cacheprovider --cov-report=xml --cov-report=term"
junit_family = "xunit2"
asyncio_default_fixture_loop_scope = "module"

0 comments on commit 95166de

Please sign in to comment.