Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Sep 3, 2024
1 parent 396e6bd commit 9a3ca68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Automtically detect async tests
[pytest]
asyncio_mode=auto
# Needed to silence warning. See https://github.com/pytest-dev/pytest-asyncio/issues/924
asyncio_default_fixture_loop_scope="function"

markers =
paid: marks tests as requring paid APIs. Not run by default, run with '--runpaid' option.
Expand Down

0 comments on commit 9a3ca68

Please sign in to comment.