From 759e79477820a42885338750d1abdc05900f7126 Mon Sep 17 00:00:00 2001 From: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:36:25 +0100 Subject: [PATCH] Pin pytest below 8.1.0 #1627 (#1627) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9c8dffd7d..648459f7f2 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def _parse_requirements_file(file_path): "flaky~=3.7.0", "ndjson>=0.3.1", "wheel>=0.36.2", - "pytest>=6.0.0", + "pytest>=6.0.0,<8.1.0", "onnxruntime>=1.7.0", "flask>=1.0.0", "flask-cors>=3.0.0",