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 512c669 commit f1884e8Copy full SHA for f1884e8
tox.ini
@@ -36,6 +36,7 @@ setenv =
36
PYTHONUNBUFFERED=yes
37
38
# Use env vars for (optional) pinning of deps.
39
+ pytest62: _DEP_PYTEST=pytest==6.2.5
40
pytest80: _DEP_PYTEST=pytest==8.0.2
41
pytest81: _DEP_PYTEST=pytest==8.1.1
42
pytest82: _DEP_PYTEST=pytest==8.2.2
@@ -47,7 +48,7 @@ setenv =
47
48
xdist34: _DEP_PYTESTXDIST=pytest-xdist==3.4.0
49
xdist35: _DEP_PYTESTXDIST=pytest-xdist==3.5.0
50
xdist36: _DEP_PYTESTXDIST=pytest-xdist==3.6.1
- xdist36: _DEP_PYTESTXDIST=pytest-xdist==3.7.0
51
+ xdist37: _DEP_PYTESTXDIST=pytest-xdist==3.7.0
52
xdistdev: _DEP_PYTESTXDIST=git+https://github.com/pytest-dev/pytest-xdist.git#egg=pytest-xdist
53
54
coverage72: _DEP_COVERAGE=coverage==7.2.7
0 commit comments