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 40388f2 commit 40f2d7dCopy full SHA for 40f2d7d
setup.cfg
@@ -1,2 +1,6 @@
1
[flake8]
2
ignore = D211,E731,D401
3
+
4
+[tool:pytest]
5
+testpaths = test
6
+timeout = 10
tox.ini
@@ -7,6 +7,7 @@ envlist =
7
deps =
8
pytest
9
pytest-xdist
10
+ pytest-timeout
11
pyuv: pyuv
12
passenv = PYTEST_ADDOPTS
13
commands = python -m pytest {posargs}
0 commit comments