We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c14113d + 48c458f commit 3ffbb2aCopy full SHA for 3ffbb2a
test/image_test.py
@@ -268,6 +268,11 @@ def testSavePNG8(self):
268
del reader
269
os.remove(f_path)
270
271
+ @unittest.skipIf(
272
+ "PG_DEPS_FROM_SYSTEM" in os.environ,
273
+ "If we are using system dependencies, we don't know the backend used "
274
+ "for PNG saving, and this test only works with libpng.",
275
+ )
276
def testSavePaletteAsPNG8(self):
277
"""see if we can save a png with color values in the proper channels."""
278
# Create a PNG file with known colors
0 commit comments