Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions samples/cloud-client/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
google-cloud-compute==1.5.1
google-cloud-storage==3.1.0
google-auth==2.41.1
pytest==8.4.2
google-cloud-compute==1.40.0
google-cloud-storage==3.7.0
google-auth==2.45.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Upgrading pytest to version 9.x will cause the CI to fail for this sample. pytest 9.x requires Python 3.10+, but the unit session in samples/cloud-client/snippets/noxfile.py is configured to run on Python versions 3.7, 3.8, and 3.9.

To fix this, you need to update samples/cloud-client/snippets/noxfile.py to remove the unsupported Python versions from the unit session decorator.

boto3>=1.26.0
requests==2.32.3
python-dotenv==1.1.1
python-dotenv==1.2.1