Skip to content

Commit f1884e8

Browse files
committed
Fix xdist pin.
1 parent 512c669 commit f1884e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ setenv =
3636
PYTHONUNBUFFERED=yes
3737

3838
# Use env vars for (optional) pinning of deps.
39+
pytest62: _DEP_PYTEST=pytest==6.2.5
3940
pytest80: _DEP_PYTEST=pytest==8.0.2
4041
pytest81: _DEP_PYTEST=pytest==8.1.1
4142
pytest82: _DEP_PYTEST=pytest==8.2.2
@@ -47,7 +48,7 @@ setenv =
4748
xdist34: _DEP_PYTESTXDIST=pytest-xdist==3.4.0
4849
xdist35: _DEP_PYTESTXDIST=pytest-xdist==3.5.0
4950
xdist36: _DEP_PYTESTXDIST=pytest-xdist==3.6.1
50-
xdist36: _DEP_PYTESTXDIST=pytest-xdist==3.7.0
51+
xdist37: _DEP_PYTESTXDIST=pytest-xdist==3.7.0
5152
xdistdev: _DEP_PYTESTXDIST=git+https://github.com/pytest-dev/pytest-xdist.git#egg=pytest-xdist
5253

5354
coverage72: _DEP_COVERAGE=coverage==7.2.7

0 commit comments

Comments
 (0)