Skip to content

Commit 56f3d61

Browse files
committed
Add latest pytests to the matrix
1 parent 4152a6a commit 56f3d61

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
3-
envlist = py{38,39,310,311,312}-pytest{62,70,71,72,latest}-coverage
3+
envlist = py{38,39,310,311,312}-pytest{62,70,71,72,73,74,latest}-coverage
44
py311-pytestlatest-xdist-coverage
55
mypy
66

@@ -11,6 +11,8 @@ setenv =
1111
xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX
1212
deps =
1313
pytestlatest: pytest
14+
pytest74: pytest~=7.4.0
15+
pytest73: pytest~=7.3.0
1416
pytest72: pytest~=7.2.0
1517
pytest71: pytest~=7.1.0
1618
pytest70: pytest~=7.0.0
@@ -21,7 +23,4 @@ deps =
2123
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
2224

2325
[testenv:mypy]
24-
deps =
25-
mypy==0.961
26-
types-setuptools
2726
commands = mypy

0 commit comments

Comments
 (0)