From 1ead69849486321bd46ae2750da0b32c199d7322 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 29 Oct 2006 23:58:36 +0000 Subject: [PATCH] I'm assuming this is correct, it fixes the tests so they pass again --- Lib/test/test_codecs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py index 57edd26e7e5..21cd1b927cd 100644 --- a/Lib/test/test_codecs.py +++ b/Lib/test/test_codecs.py @@ -1068,6 +1068,7 @@ broken_incremental_coders = broken_unicode_with_streams[:] only_strict_mode = [ "idna", "zlib_codec", + "bz2_codec", ] try: