From 16326173449d0fbc750af05bf3d1df186625f582 Mon Sep 17 00:00:00 2001 From: Gregory James Comer Date: Wed, 12 Nov 2025 14:11:02 -0800 Subject: [PATCH] Pin pytest<9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf42f3a1ea4..a21cd16da56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies=[ "packaging", "pandas>=2.2.2; python_version >= '3.10'", "parameterized", - "pytest", + "pytest<9.0", "pytest-xdist", "pytest-rerunfailures==15.1", "pytest-json-report",