]> granicus.if.org Git - python/commitdiff
Backout redundant changeset 1de4d92cd6a4
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 31 Oct 2011 19:23:00 +0000 (20:23 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 31 Oct 2011 19:23:00 +0000 (20:23 +0100)
Lib/test/test_ssl.py

index 07f9c866f1a0c348a9b8f4d32c643ace14d2aec3..ba1d868ccced8de8ed8551cc6605cfcabf67e4fe 100644 (file)
@@ -981,8 +981,6 @@ else:
         @skip_if_broken_ubuntu_ssl
         def test_protocol_sslv2(self):
             """Connecting to an SSLv2 server with various client options"""
-            if not hasattr(ssl, 'PROTOCOL_SSLv2'):
-                raise unittest.SkipTest('No SSLv2 available')
             if test_support.verbose:
                 sys.stdout.write("\n")
             if not hasattr(ssl, 'PROTOCOL_SSLv2'):