We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4839f commit 3e20f05Copy full SHA for 3e20f05
tests/test_future/test_standard_library.py
@@ -319,7 +319,7 @@ def test_builtins(self):
319
import builtins
320
self.assertTrue(hasattr(builtins, 'tuple'))
321
322
- # @unittest.skip("ssl support has been stripped out for now ...")
+ @unittest.skip("ssl redirect support on pypi isn't working as expected for now ...")
323
def test_urllib_request_ssl_redirect(self):
324
"""
325
This site redirects to https://...
0 commit comments