From 3f21b40933f29e8bb57b49d21378c8e2d51864cc Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Fri, 8 Jul 2022 21:57:19 +0200 Subject: [PATCH] Add pytest 7.1 --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 94d81d6..2696e89 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,8 @@ isolated_build = True distshare = {homedir}/.tox/distshare envlist = ; python 3.10 is only supported by pytest >= 6.2.5: - py310-pytest{62,70,latest}-coverage, - ; the rest of pytest runs need to use an older python: + py310-pytest{62,70,71,latest}-coverage, + ; the rest of pytest runs can use an older python: py39-pytest{50,51,52,53,54,60,61}-coverage, py{37,38,39}-pytestlatest-coverage, py310-pytestlatest-xdist-coverage @@ -16,6 +16,7 @@ setenv = xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX deps = pytestlatest: pytest + pytest71: pytest~=7.1.0 pytest70: pytest~=7.0.0 pytest62: pytest~=6.2.0 pytest61: pytest~=6.1.0