We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58cf6c commit e38f4b5Copy full SHA for e38f4b5
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