Skip to content

Commit e38f4b5

Browse files
test: ignore pytest-asyncio deprecation warning
of default scope changes
1 parent a58cf6c commit e38f4b5

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)