aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorarithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>2020-03-20 09:49:44 -0700
committerGitHub <noreply@github.com>2020-03-20 09:49:44 -0700
commitbb9215ad6dee6c1dc7f255a2e4ed7011b85bd6cf (patch)
treebed95e72fa9a59678e015d8ca6f15ac904bbadc4 /noxfile.py
parentb5264730603947295cc97ecff2f6aef84aa3d6e9 (diff)
downloadgoogle-auth-library-python-bb9215ad6dee6c1dc7f255a2e4ed7011b85bd6cf.tar.gz
feat: add mTLS ADC support for HTTP (#457)
feat: add mTLS ADC support for HTTP
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/noxfile.py b/noxfile.py
index d75361f..bcea1fb 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -19,6 +19,7 @@ TEST_DEPENDENCIES = [
"freezegun",
"mock",
"oauth2client",
+ "pyopenssl",
"pytest",
"pytest-cov",
"pytest-localserver",