Remove an unrequired TODO in test_urllib2. (#897)
This commit is contained in:
parent
c3c7ef0885
commit
e6911a44f6
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue