From 6c037d38d156ebf3be710ee588bc7b8c07907693 Mon Sep 17 00:00:00 2001 From: David Davis <86290+daviddavis@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:54:55 +0000 Subject: [PATCH] Require pytest>=9.0.0 for subtests support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bc2131..8e35719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -234,7 +234,7 @@ lint = [ ] test = [ "pygments>=2.19.2", - "pytest>=7.0.0,<9.2", + "pytest>=9.0.0,<9.2", "pytest-xdist>=3.8.0,<3.9", "python-gnupg>=0.5.0,<0.6", "secretstorage>=3.5.0",