From 3ad47373ec9e63864b40f117a7568717a023c63a Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Thu, 18 Jun 2026 13:36:43 +1000 Subject: [PATCH] fix(deps): pin pytest until the pytest-cases plugin is getting fixed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 246a424d..06fb46bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ hooks = [ test = [ "faker ==40.19.1", "hypothesis >=6.21.0,<6.152.10", - "pytest >=9.0.3,<10.0.0", + "pytest >=9.0.3,<9.1.0", # Pin until fixed: https://github.com/smarie/python-pytest-cases/issues/385 "pytest-benchmark ==5.2.3", "pytest-cases ==3.10.1", "pytest-custom_exit_code ==0.3.0",