Skip to content

Commit 7aef82f

Browse files
committed
Add latest pytests to the tox matrix
1 parent 1dcbb10 commit 7aef82f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
3-
envlist = py{3.8,3.9,3.10,3.11}-pytest{6.2,7.0,7.1,7.2,7.3,7.4,latest}-coverage
4-
py{3.12,3.13}-pytest{7.3,7.4,latest}-coverage
3+
envlist = py{3.8,3.9,3.10,3.11}-pytest{6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,latest}-coverage
4+
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,latest}-coverage
55
py3.12-pytestlatest-xdist-coverage
66
mypy
77

@@ -12,6 +12,8 @@ setenv =
1212
xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX
1313
deps =
1414
pytestlatest: pytest
15+
pytest8.1: pytest~=8.1.0
16+
pytest8.0: pytest~=8.0.0
1517
pytest7.4: pytest~=7.4.0
1618
pytest7.3: pytest~=7.3.0
1719
pytest7.2: pytest~=7.2.0

0 commit comments

Comments
 (0)