commit | 888a39b54c4f47ee25d53b157e2c50402627cd0b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 26 20:48:25 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 26 20:48:25 2009 +0000 |
tree | 67a48f107d83b8451e338f1ea822f2b4c65f6960 | |
parent | 21f6aac633a78271e762d6cd4b709e6a91d0c42a [diff] [blame] |
remove test_support.TestSkipped and just use unittest.SkipTest
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 5cfe7f1..247ffcd 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -1167,7 +1167,7 @@ def test_main(verbose=False): if skip_expected: - raise test_support.TestSkipped("No SSL support") + raise unittest.SkipTest("No SSL support") global CERTFILE, SVN_PYTHON_ORG_ROOT_CERT CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir,