Skip to content

Commit

Permalink
Fix deprecation warning from pytest-asyncio #11
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Sep 26, 2024
1 parent e715eb7 commit 450d6c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[pytest]
asyncio_mode=auto
# https://github.com/pytest-dev/pytest-asyncio/issues/924
asyncio_default_fixture_loop_scope="function"
env =
API__TITLE=Object Storage Service API
API__DESCRIPTION=This is the API for the Object Storage Service
Expand Down

0 comments on commit 450d6c4

Please sign in to comment.