We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccad30 commit 6d6af3bCopy full SHA for 6d6af3b
pyproject.toml
@@ -83,3 +83,6 @@ select = [
83
84
[tool.pytest.ini_options]
85
testpaths = ["tests"]
86
+filterwarnings = [
87
+ 'ignore:.*The configuration option "asyncio_default_fixture_loop_scope" is unset.*:DeprecationWarning:pytest_asyncio'
88
+]
0 commit comments