remove "I;16N" from all_modes

There's no conversion to/from I;16N, so we can't create a "hopper" image with it.
This commit is contained in:
Yay295 2022-12-16 08:17:07 -06:00 committed by GitHub
parent 18a81dc11d
commit 4c8bcea9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ from .helper import (
skip_unless_feature, skip_unless_feature,
) )
all_modes = ( all_modes = (
"1", "1",
"P", "P",
@ -40,7 +39,7 @@ all_modes = (
"I;16", "I;16",
"I;16L", "I;16L",
"I;16B", "I;16B",
"I;16N", #"I;16N",
"RGB", "RGB",
"RGBX", "RGBX",
"RGBA", "RGBA",