From 56f3d61c1ccfe3eacf74b06a70d3a8355d6c4893 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 23 Jul 2023 12:59:11 +0200 Subject: [PATCH] Add latest pytests to the matrix --- tox.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index c4fe349e..d1184acf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distshare = {homedir}/.tox/distshare -envlist = py{38,39,310,311,312}-pytest{62,70,71,72,latest}-coverage +envlist = py{38,39,310,311,312}-pytest{62,70,71,72,73,74,latest}-coverage py311-pytestlatest-xdist-coverage mypy @@ -11,6 +11,8 @@ setenv = xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX deps = pytestlatest: pytest + pytest74: pytest~=7.4.0 + pytest73: pytest~=7.3.0 pytest72: pytest~=7.2.0 pytest71: pytest~=7.1.0 pytest70: pytest~=7.0.0 @@ -21,7 +23,4 @@ deps = commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl} [testenv:mypy] -deps = - mypy==0.961 - types-setuptools commands = mypy