From 858493251f7ed218d0f7ed5d2382e656bb169094 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 20 Jan 2008 14:20:02 +0000 Subject: [PATCH] Fix test_pyclbr after urllib change. --- 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 5188bb35026..56fb6830505 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -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')