Commit 9befa93b authored by Guido van Rossum's avatar Guido van Rossum

Fix test_pyclbr -- _https_connection is optional.

parent 8c746148
......@@ -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
......
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