Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit cd2480d

Browse files
committed
Disable validation of certificate location
Loading the certificate adds no value to the test and file cannot be found under the pypy test environment
1 parent 171ed79 commit cd2480d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_SSLContext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def test_custom_context(self):
3737
def test_http20Connection_with_custom_context(self):
3838
context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
3939
context.set_default_verify_paths()
40-
context.load_verify_locations(cafile='hyper\certs.pem')
4140
context.verify_mode = ssl.CERT_REQUIRED
4241
context.check_hostname = True
4342
context.set_npn_protocols(['h2', 'h2-15'])

0 commit comments

Comments
 (0)