summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2015-04-10 08:30:22 +0000
committerThomas Weißschuh <thomas@t-8ch.de>2015-04-10 08:30:22 +0000
commit1a6d6428d3a17c76092cc72e9d0163a9b6def31f (patch)
treee35666a37142eb45cb4c15c18ddaff2d1505accd /test
parent40e683a5306f04c8ac6de357d47a58d6824e6e98 (diff)
downloadurllib3-1a6d6428d3a17c76092cc72e9d0163a9b6def31f.tar.gz
arm the no_ssl test
Diffstat (limited to 'test')
-rw-r--r--test/test_no_ssl.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/test_no_ssl.py b/test/test_no_ssl.py
index af82a62b..f77e99e9 100644
--- a/test/test_no_ssl.py
+++ b/test/test_no_ssl.py
@@ -87,9 +87,4 @@ class TestWithoutSSL(unittest.TestCase):
self.assertRaises(ImportError, import_ssl)
def test_import_urllib3(self):
- # FIXME only to make the tests green while testing the test.
- # Remove when merging.
- def import_urllib3():
- import urllib3
-
- self.assertRaises(ImportError, import_urllib3)
+ import urllib3