Skip to content

Commit 0fadf25

Browse files
authored
Remove an unrequired TODO in test_urllib2. (#897) (#901)
(cherry picked from commit e6911a4)
1 parent d1dbbaa commit 0fadf25

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
@@ -1341,7 +1341,6 @@ def test_proxy_https_proxy_authorization(self):
13411341
self.assertEqual(req.host, "proxy.example.com:3128")
13421342
self.assertEqual(req.get_header("Proxy-authorization"), "FooBar")
13431343

1344-
# TODO: This should be only for OSX
13451344
@unittest.skipUnless(sys.platform == 'darwin', "only relevant for OSX")
13461345
def test_osx_proxy_bypass(self):
13471346
bypass = {

0 commit comments

Comments
 (0)