We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e258638 commit b517f6bCopy full SHA for b517f6b
1 file changed
pyproject.toml
@@ -235,6 +235,7 @@ testpaths = [
235
]
236
filterwarnings = [
237
"ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
238
+ "ignore:The configuration option \"asyncio_default_fixture_loop_scope\" is unset.:DeprecationWarning:pytest_asyncio.plugin",
239
240
asyncio_mode = "strict"
241
asyncio_default_fixture_loop_scope = "function"
0 commit comments