From: Benjamin Peterson Date: Wed, 5 Nov 2014 16:30:21 +0000 (-0500) Subject: remove requires_ssl decorator X-Git-Tag: v3.5.0a1~519^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d83002748e9e82841e8cd2054c5780d76a0ee69;p=python remove requires_ssl decorator --- diff --git a/Lib/test/test_urllib2net.py b/Lib/test/test_urllib2net.py index f39cec8fc3..2b65e8fad3 100644 --- a/Lib/test/test_urllib2net.py +++ b/Lib/test/test_urllib2net.py @@ -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):