From 4c8bcea9d5271b7bc1cf10cfef5caefc862397aa Mon Sep 17 00:00:00 2001 From: Yay295 Date: Fri, 16 Dec 2022 08:17:07 -0600 Subject: [PATCH] remove "I;16N" from `all_modes` There's no conversion to/from I;16N, so we can't create a "hopper" image with it. --- Tests/test_image.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/test_image.py b/Tests/test_image.py index aca6ed8f6..e735ae99b 100644 --- a/Tests/test_image.py +++ b/Tests/test_image.py @@ -27,7 +27,6 @@ from .helper import ( skip_unless_feature, ) - all_modes = ( "1", "P", @@ -40,7 +39,7 @@ all_modes = ( "I;16", "I;16L", "I;16B", - "I;16N", + #"I;16N", "RGB", "RGBX", "RGBA",