mirror of https://github.com/python/cpython
Fix test_pyclbr after another platform-dependent function was added to urllib.
This commit is contained in:
parent
7a0f4c75b1
commit
6e7e0790de
|
@ -166,6 +166,7 @@ class PyclbrTest(TestCase):
|
|||
cm('cgi', ignore=('log',)) # set with = in module
|
||||
cm('urllib', ignore=('_CFNumberToInt32',
|
||||
'_CStringFromCFString',
|
||||
'_CFSetup',
|
||||
'getproxies_registry',
|
||||
'proxy_bypass_registry',
|
||||
'proxy_bypass_macosx_sysconf',
|
||||
|
|
Loading…
Reference in New Issue