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 83dc879 commit c430e24Copy full SHA for c430e24
pytest.ini
@@ -5,4 +5,5 @@ log_format = %(asctime)s %(levelname)s %(message)s
5
log_date_format = %Y-%m-%d %H:%M:%S
6
filterwarnings =
7
ignore:"@coroutine" decorator is deprecated since Python 3.8, use "async def" instead:DeprecationWarning
8
- ignore:The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.:DeprecationWarning
+ ignore:The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.:DeprecationWarning
9
+asyncio_mode = auto
0 commit comments