Skip to content

Commit

Permalink
fix: avoid pytest-asyncio warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Oct 9, 2024
1 parent 4fed982 commit 7e0f300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fail_under = 45

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

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7e0f300

Please sign in to comment.