From 9befa93b04ee0c485615d87e4b34dcfe5e811194 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 29 Aug 2007 13:35:11 +0000 Subject: Fix test_pyclbr -- _https_connection is optional. --- Lib/test/test_pyclbr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 640bac6..fe0141c 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -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 -- cgit v0.12