Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
add asyncio options
  • Loading branch information
sahiljhawar committed Feb 6, 2025
1 parent d668669 commit beae7fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ profile = "black"

[tool.pytest.ini_options]
addopts = "--verbose -r s"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "session"

[tool.bumpver]
current_version = "0.2.2"
Expand Down

0 comments on commit beae7fc

Please sign in to comment.