Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c7ef0 commit e6911a4Copy full SHA for e6911a4
1 file changed
Lib/test/test_urllib2.py
@@ -1414,7 +1414,6 @@ def test_proxy_https_proxy_authorization(self):
1414
self.assertEqual(req.host, "proxy.example.com:3128")
1415
self.assertEqual(req.get_header("Proxy-authorization"), "FooBar")
1416
1417
- # TODO: This should be only for OSX
1418
@unittest.skipUnless(sys.platform == 'darwin', "only relevant for OSX")
1419
def test_osx_proxy_bypass(self):
1420
bypass = {
0 commit comments