From 58e5fa5ace9c398725c3795140380685aaccd0ed Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 4 Mar 2024 07:22:32 -0500 Subject: [PATCH] pin pytest <8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe910505e3..20dbc5433f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ test = [ "colorama>=0.4.1", "readchar>=3.0", "ruff", - "pytest>=6.0.0", + "pytest>=6.0.0,<8.1.0", "pytest-cov>=2.9.0", "pytest-doctestplus>=0.10.0", "requests_mock>=1.0",