remove requires_ssl decorator

This commit is contained in:
Benjamin Peterson 2014-11-05 11:30:21 -05:00
parent 67a9877866
commit 1d83002748

View file

@ -159,7 +159,6 @@ class OtherNetworkTests(unittest.TestCase):
## self._test_urls(urls, self._extra_handlers()+[bauth, dauth])
@requires_ssl
def test_urlwithfrag(self):
urlwith_frag = "http://www.pythontest.net/index.html#frag"
with support.transient_internet(urlwith_frag):