Skip to content

Commit 3f21b40

Browse files
committed
Add pytest 7.1
1 parent 6f95c5c commit 3f21b40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
isolated_build = True
44
distshare = {homedir}/.tox/distshare
55
envlist = ; python 3.10 is only supported by pytest >= 6.2.5:
6-
py310-pytest{62,70,latest}-coverage,
7-
; the rest of pytest runs need to use an older python:
6+
py310-pytest{62,70,71,latest}-coverage,
7+
; the rest of pytest runs can use an older python:
88
py39-pytest{50,51,52,53,54,60,61}-coverage,
99
py{37,38,39}-pytestlatest-coverage,
1010
py310-pytestlatest-xdist-coverage
@@ -16,6 +16,7 @@ setenv =
1616
xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX
1717
deps =
1818
pytestlatest: pytest
19+
pytest71: pytest~=7.1.0
1920
pytest70: pytest~=7.0.0
2021
pytest62: pytest~=6.2.0
2122
pytest61: pytest~=6.1.0

0 commit comments

Comments
 (0)