mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
There doesn't seem to be a reason for this test to be disabled.
This commit is contained in:
parent
d151e27446
commit
ab6190f9aa
1 changed files with 0 additions and 2 deletions
|
@ -429,8 +429,6 @@ class NetworkedTests(unittest.TestCase):
|
||||||
if not pem:
|
if not pem:
|
||||||
self.fail("No server certificate on svn.python.org:443!")
|
self.fail("No server certificate on svn.python.org:443!")
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=CERTFILE)
|
pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=CERTFILE)
|
||||||
except ssl.SSLError as x:
|
except ssl.SSLError as x:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue