From c91bcb388068da081a6378f807ed396d30348607 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sat, 21 Sep 2024 11:45:12 +0200 Subject: [PATCH 1/2] Add latest pytests to the tox matrix --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8dd8a9fd..718d3019 100644 --- a/tox.ini +++ b/tox.ini @@ -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 From 56d3b337937a1f634e029d7780c7885d71de9d89 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sat, 21 Sep 2024 11:46:28 +0200 Subject: [PATCH 2/2] Add changelog entry --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index cddd070f..97cdf1d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ----------