summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r--Lib/test/test_pyclbr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index 1a241cf..52fb2ad 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -140,7 +140,8 @@ class PyclbrTest(unittest.TestCase):
cm('aifc', ignore=('openfp',)) # set with =
cm('httplib', ignore=('error', # set with =
- 'HTTPS')) # not on all platforms
+ 'HTTPS',
+ 'HTTP11')) # not on all platforms
cm('Cookie', ignore=('__str__', 'Cookie')) # set with =