Skip to content

Commit 810bd02

Browse files
committed
Fix warning about pytest asyncio fixtures
1 parent 30b6a06 commit 810bd02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
log_level = DEBUG
55
log_format = %(asctime)s [%(levelname)s][%(name)s] %(message)s
66
log_date_format = %Y-%m-%dT%H:%M:%S
7+
8+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)