mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Skip test if webp is not available
This commit is contained in:
parent
986c55ff64
commit
e52b8cefe1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user