mirror of https://github.com/python/cpython
Fix test_pyclbr after urllib change.
This commit is contained in:
parent
5235398323
commit
858493251f
|
@ -166,6 +166,7 @@ class PyclbrTest(TestCase):
|
|||
cm('cgi', ignore=('log',)) # set with = in module
|
||||
cm('mhlib')
|
||||
cm('urllib', ignore=('getproxies_registry',
|
||||
'proxy_bypass_registry',
|
||||
'open_https',
|
||||
'getproxies_internetconfig',)) # not on all platforms
|
||||
cm('pickle')
|
||||
|
|
Loading…
Reference in New Issue