We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e5e0e commit 7b907b1Copy full SHA for 7b907b1
packages/google-cloud-storage/noxfile.py
@@ -334,7 +334,7 @@ def system(session, test_type):
334
session.skip(
335
"Credentials must be set via environment variable GOOGLE_APPLICATION_CREDENTIALS"
336
)
337
- # mTLS tests requires pyopenssl.
+ # Install pyopenssl for mTLS testing.
338
if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "") == "true":
339
session.install("pyopenssl")
340
# Check if endpoint is being overriden for rerun_count
0 commit comments