We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db24cc0 commit 7ecd947Copy full SHA for 7ecd947
dev_tools/conf/pytest.ini
@@ -1,3 +1,6 @@
1
[pytest]
2
markers =
3
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