Skip to content

Commit 828119e

Browse files
committed
fix: asyncio warnings
1 parent e36bc96 commit 828119e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ profile = black
55
exclude = build
66
max-line-length = 88
77
extend-ignore = E203, E501
8+
9+
[tool:pytest]
10+
asyncio_mode = strict

0 commit comments

Comments
 (0)