Skip to content

Commit

Permalink
Merge pull request #702 from pytest-dev/add-latest-pytests
Browse files Browse the repository at this point in the history
Add latest pytests to the tox matrix
  • Loading branch information
youtux authored Sep 21, 2024
2 parents 9958dfd + 56d3b33 commit db00244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
Unreleased
----------
- Fix an issue when only the first Step would inject a fixture, while later steps would not be able to.
- Test against the latest versions of pytest (8.2, 8.3).

7.2.0
----------
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
distshare = {homedir}/.tox/distshare
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
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,latest}-coverage
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
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,8.2,8.3,latest}-coverage
py3.12-pytestlatest-xdist-coverage
mypy

Expand Down

0 comments on commit db00244

Please sign in to comment.