mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
remove requires_ssl decorator
This commit is contained in:
parent
67a9877866
commit
1d83002748
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue