Skip to content

Commit

Permalink
Silence pytest-asyncio warning
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed Sep 25, 2024
1 parent 4b6e858 commit 7148237
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 @@ -106,6 +106,7 @@ client = ["httpx"]
[tool.pytest.ini_options]
addopts = "--black --cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html --isort"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
log_format = "%(levelname)s: %(asctime)s %(short_request_id_optional)s(%(filename)s:%(lineno)s %(message)s)"

[tool.isort]
Expand Down

0 comments on commit 7148237

Please sign in to comment.