Skip test if webp is not available

This commit is contained in:
Andrew Murray 2020-04-17 20:08:10 +10:00
parent 986c55ff64
commit e52b8cefe1

View File

@ -84,6 +84,7 @@ def test_pickle_la_mode_with_palette(tmp_path):
assert im == loaded_im
@skip_unless_feature("webp")
def test_pickle_tell():
# Arrange
image = Image.open("Tests/images/hopper.webp")