Skip to content

Commit e52b8ce

Browse files
committed
Skip test if webp is not available
1 parent 986c55f commit e52b8ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/test_pickle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def test_pickle_la_mode_with_palette(tmp_path):
8484
assert im == loaded_im
8585

8686

87+
@skip_unless_feature("webp")
8788
def test_pickle_tell():
8889
# Arrange
8990
image = Image.open("Tests/images/hopper.webp")

0 commit comments

Comments
 (0)