From 101d7fbf17635ba07b6620223a9e0f1242d2bdb9 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Sun, 28 Jan 2024 01:52:18 +0100 Subject: [PATCH] limited version of pytest to under 8.0.0 (#1437) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d5402e13bf3..3dbdfad05159 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "nbformat", "pre-commit", "pytest-asyncio", - "pytest>=6.1.1", + "pytest>=6.1.1,<8", ], "blendsearch": ["flaml[blendsearch]"], "mathchat": ["sympy", "pydantic==1.10.9", "wolframalpha"],