Commit 6e7e0790 authored by Georg Brandl's avatar Georg Brandl

Fix test_pyclbr after another platform-dependent function was added to urllib.

parent 7a0f4c75
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment