Skip to content

Commit

Permalink
Pin pytest below 8.1.0 #1627 (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored Mar 4, 2024
1 parent 97401ef commit 759e794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 759e794

Please sign in to comment.