diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-31 19:23:00 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-31 19:23:00 (GMT) |
| commit | cf9943de9734f668ea2f7c9602603facd72d19af (patch) | |
| tree | a679d5323668f22759ccd022af8f722662d0f8c3 | |
| parent | 87e585581da34e0da900f3704c0cf162bc144b7d (diff) | |
| download | cpython-cf9943de9734f668ea2f7c9602603facd72d19af.zip cpython-cf9943de9734f668ea2f7c9602603facd72d19af.tar.gz cpython-cf9943de9734f668ea2f7c9602603facd72d19af.tar.bz2 | |
Backout redundant changeset 1de4d92cd6a4
| -rw-r--r-- | Lib/test/test_ssl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 07f9c86..ba1d868 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -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'): |
