mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix test_pyclbr -- _https_connection is optional.
This commit is contained in:
parent
8c7461480b
commit
9befa93b04
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue