Skip to content

Commit 759e794

Browse files
authored
Pin pytest below 8.1.0 #1627 (#1627)
1 parent 97401ef commit 759e794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _parse_requirements_file(file_path):
102102
"flaky~=3.7.0",
103103
"ndjson>=0.3.1",
104104
"wheel>=0.36.2",
105-
"pytest>=6.0.0",
105+
"pytest>=6.0.0,<8.1.0",
106106
"onnxruntime>=1.7.0",
107107
"flask>=1.0.0",
108108
"flask-cors>=3.0.0",

0 commit comments

Comments
 (0)