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