summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2015-04-09 13:24:45 +0000
committerThomas Weißschuh <thomas@t-8ch.de>2015-04-09 13:24:45 +0000
commit2ad6516634288ec91c25415174951ad893b067bd (patch)
treed49661913b48b3549d336242aaad911d3a339199
parentdb95ad22ce701e4f88fadcc9f32bbb9814a7f5b7 (diff)
downloadurllib3-2ad6516634288ec91c25415174951ad893b067bd.tar.gz
rerename the no_ssl test
The module stash removes the need to have it run last
-rw-r--r--test/test_no_ssl.py (renamed from test/test_zzz_no_ssl.py)6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_zzz_no_ssl.py b/test/test_no_ssl.py
index 9de5f526..e6f6949b 100644
--- a/test/test_zzz_no_ssl.py
+++ b/test/test_no_ssl.py
@@ -3,12 +3,6 @@ Test what happens if Python was built without SSL
* Everything that does not involve HTTPS should still work
* HTTPS requests must fail with an error that points at the ssl module
-
-NOTE:
-
- This file is intentionally named to be sorted *last*.
- We mess with the import machinery which breaks mock, so we want to run
- after mock has done its stuff
"""
import sys