Skip to content

Commit

Permalink
pin pytest version for python==3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Linchin authored Feb 20, 2024
1 parent ec1e7d7 commit b2fc137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.0.1; python_version == '3.7'
pytest==7.4.4; python_version == '3.7'
pytest==8.0.1; python_version > '3.7'

0 comments on commit b2fc137

Please sign in to comment.