From: Antoine Pitrou Date: Sat, 14 Aug 2010 16:33:38 +0000 (+0000) Subject: There doesn't seem to be a reason for this test to be disabled. X-Git-Tag: v3.2a2~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab6190f9aaae574b85d06fdd925a46da7f524592;p=thirdparty%2FPython%2Fcpython.git There doesn't seem to be a reason for this test to be disabled. --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 1f216abe5ada..39aaba2402fa 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -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: