Skip to content

Commit db00244

Browse files
authored
Merge pull request #702 from pytest-dev/add-latest-pytests
Add latest pytests to the tox matrix
2 parents 9958dfd + 56d3b33 commit db00244

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
Unreleased
55
----------
66
- Fix an issue when only the first Step would inject a fixture, while later steps would not be able to.
7+
- Test against the latest versions of pytest (8.2, 8.3).
78

89
7.2.0
910
----------

tox.ini

+2-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,8.0,8.1,latest}-coverage
4-
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,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,8.2,8.3,latest}-coverage
4+
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,8.2,8.3,latest}-coverage
55
py3.12-pytestlatest-xdist-coverage
66
mypy
77

0 commit comments

Comments
 (0)