Skip to content

Commit 5e9adfe

Browse files
committed
Explicitly request pytest-xdist<2 when using pytest 5.3
Unfortunately this is a problem with pip's solver
1 parent e3a0610 commit 5e9adfe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ envlist = py{27,35,36,37,38,38}-pytestlatest,py38-pytest53
44
[testenv]
55
deps=
66
pytestlatest: pytest
7-
pytest53: pytest ~=5.3
7+
pytestlatest: pytest-xdist
8+
pytest53: pytest~=5.3
9+
pytest53: pytest-xdist<2
810
pytest-mock
9-
pytest-xdist
1011
coverage
1112
commands=
1213
coverage run --source=pytest_cpp -m pytest tests

0 commit comments

Comments
 (0)