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.
1 parent 986c55f commit e52b8ceCopy full SHA for e52b8ce
1 file changed
Tests/test_pickle.py
@@ -84,6 +84,7 @@ def test_pickle_la_mode_with_palette(tmp_path):
84
assert im == loaded_im
85
86
87
+@skip_unless_feature("webp")
88
def test_pickle_tell():
89
# Arrange
90
image = Image.open("Tests/images/hopper.webp")
0 commit comments