aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/tests/unit
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-10 16:41:11 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-10 17:09:06 -0800
commita6b2c4ce468f06094810252cfa7f136d398ddd9e (patch)
tree4f6d9caf605e3e103185992da362965c8c489ce8 /src/python/grpcio/tests/unit
parentd574049b8b1b0c7f19abb549612968cf89372c42 (diff)
Get rid of SSL_CERT_FILE env entirely
Diffstat (limited to 'src/python/grpcio/tests/unit')
-rw-r--r--src/python/grpcio/tests/unit/resources.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/grpcio/tests/unit/resources.py b/src/python/grpcio/tests/unit/resources.py
index 2c3045313d..023cdb155f 100644
--- a/src/python/grpcio/tests/unit/resources.py
+++ b/src/python/grpcio/tests/unit/resources.py
@@ -43,10 +43,6 @@ def test_root_certificates():
__name__, _ROOT_CERTIFICATES_RESOURCE_PATH)
-def prod_root_certificates():
- return open(os.environ['SSL_CERT_FILE'], mode='rb').read()
-
-
def private_key():
return pkg_resources.resource_string(__name__, _PRIVATE_KEY_RESOURCE_PATH)