Skip to content

Commit

Permalink
Set asyncio_default_fixture_loop_scope.
Browse files Browse the repository at this point in the history
This will silence a deprecation warning from pytest-asyncio.

pytest-dev/pytest-asyncio#924
  • Loading branch information
Majsvaffla committed Jan 20, 2025
1 parent dee2188 commit 200f757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[wheel]
universal=1

[tool:pytest]
asyncio_default_fixture_loop_scope = session

0 comments on commit 200f757

Please sign in to comment.