Skip to content

Commit 200f757

Browse files
committed
Set asyncio_default_fixture_loop_scope.
This will silence a deprecation warning from pytest-asyncio. pytest-dev/pytest-asyncio#924
1 parent dee2188 commit 200f757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[wheel]
22
universal=1
3+
4+
[tool:pytest]
5+
asyncio_default_fixture_loop_scope = session

0 commit comments

Comments
 (0)