Skip to content

Commit e6911a4

Browse files
authored
Remove an unrequired TODO in test_urllib2. (#897)
1 parent c3c7ef0 commit e6911a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_urllib2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,6 @@ def test_proxy_https_proxy_authorization(self):
14141414
self.assertEqual(req.host, "proxy.example.com:3128")
14151415
self.assertEqual(req.get_header("Proxy-authorization"), "FooBar")
14161416

1417-
# TODO: This should be only for OSX
14181417
@unittest.skipUnless(sys.platform == 'darwin', "only relevant for OSX")
14191418
def test_osx_proxy_bypass(self):
14201419
bypass = {

0 commit comments

Comments
 (0)