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