summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-14 16:33:38 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-14 16:33:38 (GMT)
commitab6190f9aaae574b85d06fdd925a46da7f524592 (patch)
tree6e969ce40cc5c1e9e08921df7aa43c2e79e76486 /Lib/test/test_ssl.py
parentd151e2744619442de131729e04827925b0091e16 (diff)
downloadcpython-ab6190f9aaae574b85d06fdd925a46da7f524592.zip
cpython-ab6190f9aaae574b85d06fdd925a46da7f524592.tar.gz
cpython-ab6190f9aaae574b85d06fdd925a46da7f524592.tar.bz2
There doesn't seem to be a reason for this test to be disabled.
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r--Lib/test/test_ssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 1f216ab..39aaba2 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: