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 0796456 commit ba7aeebCopy full SHA for ba7aeeb
requirements.dev.txt
@@ -4,6 +4,7 @@ flake8-bugbear==20.1.4
4
pep8-naming==0.11.1
5
mypy==0.780
6
pytest==5.3.0
7
+pytest-xdist==2.1.0
8
ptpython==2.0.6
9
tox==3.14.1
10
sphinx==2.4.4
setup.cfg
@@ -77,7 +77,7 @@ deps =
77
commands =
78
flake8 src
79
mypy src
80
- pytest
+ pytest -n auto
81
82
[mypy]
83
ignore_missing_imports = True
0 commit comments