diff options
Diffstat (limited to 'Lib/test/test_codecs.py')
-rw-r--r-- | Lib/test/test_codecs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py index 57edd26..21cd1b9 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: |