Skip to content

Commit 7ecd947

Browse files
authored
Silence asyncio_default_fixture_loop_scope warnings (#1025)
They're deprecation warnings that are harmless currently.
1 parent db24cc0 commit 7ecd947

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev_tools/conf/pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[pytest]
22
markers =
33
slow: marks tests as slow (deselect with '-m "not slow"')
4+
5+
# Silence deprecation warnings about option "asyncio_default_fixture_loop_scope"
6+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)