We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a7051 commit 88e8562Copy full SHA for 88e8562
compute/compute/snippets/requirements-test.txt
@@ -1,3 +1,4 @@
1
pytest==6.2.5
2
flaky==3.7.0
3
-google-cloud-storage==2.0.0
+google-cloud-storage==2.0.0; python_version == '3.6'
4
+google-cloud-storage==2.1.0; python_version >= '3.7'
0 commit comments