Skip to content

Commit 88dcc1a

Browse files
authored
fix: asyncio warnings (fixes #1558) (#1592)
1 parent 7a9827e commit 88dcc1a

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)