This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ def system(session):
123
123
# Sanity check: Only run tests if the environment variable is set.
124
124
if not os .environ .get ("GOOGLE_APPLICATION_CREDENTIALS" , "" ):
125
125
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" )
126
129
127
130
system_test_exists = os .path .exists (system_test_path )
128
131
system_test_folder_exists = os .path .exists (system_test_folder_path )
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-bigquery-datatransfer.git",
7
- "sha": "794df75c6f92a84e518375ef994e056dae1d9dd9 "
7
+ "sha": "3c0cb6c1cb602c325d8d0befdb739c16a9bf23e0 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "d17674372e27fb8f23013935e794aa37502071aa "
22
+ "sha": "0780323da96d5a53925fe0547757181fe76e8f1e "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "d17674372e27fb8f23013935e794aa37502071aa "
29
+ "sha": "0780323da96d5a53925fe0547757181fe76e8f1e "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments