aboutsummaryrefslogtreecommitdiff
path: root/test/test_no_ssl.py
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:43 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:43 -0700
commite6838673bda9af1e9bf7c4f71b25cf3e3dfc1253 (patch)
tree9b3a790337eee838225caa031f8051123157e6f0 /test/test_no_ssl.py
parentc9df3d807f7134f58f4a84dc8b80e9dc98c62f3a (diff)
downloadpython-urllib3-e6838673bda9af1e9bf7c4f71b25cf3e3dfc1253.tar
python-urllib3-e6838673bda9af1e9bf7c4f71b25cf3e3dfc1253.tar.gz
Imported Upstream version 1.11
Diffstat (limited to 'test/test_no_ssl.py')
-rw-r--r--test/test_no_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_no_ssl.py b/test/test_no_ssl.py
index b5961b8..79058f7 100644
--- a/test/test_no_ssl.py
+++ b/test/test_no_ssl.py
@@ -71,7 +71,7 @@ class TestWithoutSSL(unittest.TestCase):
sys.meta_path.insert(0, ssl_blocker)
def tearDown(self):
- assert sys.meta_path.pop(0) == ssl_blocker
+ sys.meta_path.remove(ssl_blocker)
module_stash.pop()