Skip to content

Commit 6d6af3b

Browse files
test: ignore pytest-asyncio deprecation warning
of default scope changes
1 parent 6ccad30 commit 6d6af3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ select = [
8383

8484
[tool.pytest.ini_options]
8585
testpaths = ["tests"]
86+
filterwarnings = [
87+
'ignore:.*The configuration option "asyncio_default_fixture_loop_scope" is unset.*:DeprecationWarning:pytest_asyncio'
88+
]

0 commit comments

Comments
 (0)