Skip to content

Commit 921344d

Browse files
committed
Don't use the pytest-asyncio plugin
1 parent 6f8404d commit 921344d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ test=pytest
33
[flake8]
44
max-line-length=99
55
ignore=E402,E731,E127,E502,E123,W503
6-
6+
[pytest]
7+
addopts = -p no:asyncio

0 commit comments

Comments
 (0)