Skip to content

Commit 0e8a28c

Browse files
test: need pyopenssl for mtls system test (#19)
1 parent ec3f40d commit 0e8a28c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/google-cloud-compute/noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ def system(session):
139139
)
140140
session.install("-e", ".")
141141

142+
# mTLS test needs pyopenssl
143+
if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "") == "true":
144+
session.install("pyopenssl")
145+
142146
# Run py.test against the system tests.
143147
if system_test_exists:
144148
session.run("py.test", "--quiet", system_test_path, *session.posargs)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy