We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5358a9 commit 12b6bc9Copy full SHA for 12b6bc9
pyproject.toml
@@ -49,6 +49,7 @@ log_date_format = "%Y-%m-%d %H:%M:%S"
49
filterwarnings = [
50
"ignore:\"@coroutine\" decorator is deprecated since Python 3.8, use \"async def\" instead:DeprecationWarning",
51
"ignore:The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.:DeprecationWarning",
52
+ "ignore:Unknown config option. asyncio_mode:pytest.PytestConfigWarning", # ignore warning when asyncio_mode is set but pytest-asyncio is not installed
53
]
54
asyncio_mode = "auto"
55
0 commit comments