Skip to content

Commit

Permalink
add pytest for newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Dec 12, 2024
1 parent 1bc430d commit 0f1c844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appengine/standard/flask/tutorial/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.4; python_version >= '3.0'

0 comments on commit 0f1c844

Please sign in to comment.