We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8404d commit 921344dCopy full SHA for 921344d
1 file changed
setup.cfg
@@ -3,4 +3,5 @@ test=pytest
3
[flake8]
4
max-line-length=99
5
ignore=E402,E731,E127,E502,E123,W503
6
-
+[pytest]
7
+addopts = -p no:asyncio
0 commit comments