Remove an unrequired TODO in test_urllib2. (#897) (#900)

(cherry picked from commit e6911a44f6)
This commit is contained in:
Senthil Kumaran 2017-03-29 23:56:52 -07:00 committed by GitHub
parent da6ad2f780
commit 1b43a959fb

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 = {