commit | bb9215ad6dee6c1dc7f255a2e4ed7011b85bd6cf | [log] [tgz] |
---|---|---|
author | arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> | Fri Mar 20 09:49:44 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 20 09:49:44 2020 -0700 |
tree | bed95e72fa9a59678e015d8ca6f15ac904bbadc4 | |
parent | b5264730603947295cc97ecff2f6aef84aa3d6e9 [diff] [blame] |
feat: add mTLS ADC support for HTTP (#457) feat: add mTLS ADC support for HTTP
diff --git a/noxfile.py b/noxfile.py index d75361f..bcea1fb 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -19,6 +19,7 @@ "freezegun", "mock", "oauth2client", + "pyopenssl", "pytest", "pytest-cov", "pytest-localserver",