Skip to content

Commit

Permalink
Remove an unrequired TODO in test_urllib2. (python#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil authored Mar 30, 2017
1 parent c3c7ef0 commit e6911a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_urllib2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,6 @@ def test_proxy_https_proxy_authorization(self):
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 = {
Expand Down

0 comments on commit e6911a4

Please sign in to comment.