From b65a4360acf2bd0acea39b239a77103428685bb9 Mon Sep 17 00:00:00 2001 From: kclowes Date: Mon, 4 Mar 2024 15:41:49 -0700 Subject: [PATCH] Pin pytest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2716cb1c51..5d8d4d6f74 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "flaky>=3.7.0", "hypothesis>=3.31.2", "importlib-metadata<5.0;python_version<'3.8'", - "pytest>=7.0.0", + "pytest>=7.0.0,<8.1", "pytest-asyncio>=0.18.1,<0.23", "pytest-mock>=1.10", "pytest-watch>=4.2",