Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6fa2eb8

Browse filesBrowse files
test: install pyopenssl for mtls testing (#75)
Source-Author: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> Source-Date: Tue Mar 2 12:27:56 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 0780323da96d5a53925fe0547757181fe76e8f1e Source-Link: googleapis/synthtool@0780323
1 parent ca3e8d8 commit 6fa2eb8
Copy full SHA for 6fa2eb8

File tree

Expand file treeCollapse file tree

2 files changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-3
lines changed

‎packages/google-cloud-tasks/noxfile.py

Copy file name to clipboardExpand all lines: packages/google-cloud-tasks/noxfile.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ def system(session):
123123
# Sanity check: Only run tests if the environment variable is set.
124124
if not os.environ.get("GOOGLE_APPLICATION_CREDENTIALS", ""):
125125
session.skip("Credentials must be set via environment variable")
126+
# Install pyopenssl for mTLS testing.
127+
if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "false") == "true":
128+
session.install("pyopenssl")
126129

127130
system_test_exists = os.path.exists(system_test_path)
128131
system_test_folder_exists = os.path.exists(system_test_folder_path)

‎packages/google-cloud-tasks/synth.metadata

Copy file name to clipboardExpand all lines: packages/google-cloud-tasks/synth.metadata
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-tasks.git",
7-
"sha": "a5d3e8a969ee47eb79872c50b0644f9e3d37def1"
7+
"sha": "e4865024dd3acf6a8f7e64712f19f5369ee30202"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
22+
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
29+
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
3030
}
3131
}
3232
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.