Skip to content

Commit ba7aeeb

Browse files
added pytest-xdist for distributed test execution
1 parent 0796456 commit ba7aeeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ flake8-bugbear==20.1.4
44
pep8-naming==0.11.1
55
mypy==0.780
66
pytest==5.3.0
7+
pytest-xdist==2.1.0
78
ptpython==2.0.6
89
tox==3.14.1
910
sphinx==2.4.4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ deps =
7777
commands =
7878
flake8 src
7979
mypy src
80-
pytest
80+
pytest -n auto
8181

8282
[mypy]
8383
ignore_missing_imports = True

0 commit comments

Comments
 (0)