Skip to content

Commit c430e24

Browse files
committed
Update pytest settings
1 parent 83dc879 commit c430e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ log_format = %(asctime)s %(levelname)s %(message)s
55
log_date_format = %Y-%m-%d %H:%M:%S
66
filterwarnings =
77
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
8+
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

Comments
 (0)