Remove an unrequired TODO in test_urllib2. (#897)

This commit is contained in:
Senthil Kumaran 2017-03-29 23:02:29 -07:00 committed by GitHub
parent c3c7ef0885
commit e6911a44f6
1 changed files with 0 additions and 1 deletions

View File

@ -1414,7 +1414,6 @@ class HandlerTests(unittest.TestCase):
self.assertEqual(req.host, "proxy.example.com:3128")
self.assertEqual(req.get_header("Proxy-authorization"), "FooBar")
# TODO: This should be only for OSX
@unittest.skipUnless(sys.platform == 'darwin', "only relevant for OSX")
def test_osx_proxy_bypass(self):
bypass = {