mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Fix test_pyclbr after another platform-dependent function was added to urllib.
This commit is contained in:
parent
7a0f4c75b1
commit
6e7e0790de
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue