Fix test_pyclbr -- _https_connection is optional.
This commit is contained in:
parent
8c7461480b
commit
9befa93b04
|
@ -165,6 +165,7 @@ class PyclbrTest(TestCase):
|
|||
cm('mhlib')
|
||||
cm('urllib', ignore=('getproxies_registry',
|
||||
'open_https',
|
||||
'_https_connection',
|
||||
'getproxies_internetconfig',)) # not on all platforms
|
||||
cm('pickle')
|
||||
cm('aifc', ignore=('openfp',)) # set with = in module
|
||||
|
|
Loading…
Reference in New Issue