]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix test_pyclbr after urllib change.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 14:20:02 +0000 (14:20 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 14:20:02 +0000 (14:20 +0000)
Lib/test/test_pyclbr.py

index 5188bb350269f60f215f82cb3578de77a66a17a9..56fb6830505cb808cc4bf6488f4ff4a3c49721c9 100644 (file)
@@ -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')