mirror of
https://github.com/python/cpython.git
synced 2026-04-28 06:41:01 +00:00
(cherry picked from commit e6911a44f6)
This commit is contained in:
parent
d1dbbaab01
commit
0fadf25e69
1 changed files with 0 additions and 1 deletions
|
|
@ -1341,7 +1341,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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue