There doesn't seem to be a reason for this test to be disabled.

This commit is contained in:
Antoine Pitrou 2010-08-14 16:33:38 +00:00
parent d151e27446
commit ab6190f9aa
1 changed files with 0 additions and 2 deletions

View File

@ -429,8 +429,6 @@ class NetworkedTests(unittest.TestCase):
if not pem:
self.fail("No server certificate on svn.python.org:443!")
return
try:
pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=CERTFILE)
except ssl.SSLError as x: