mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-29 18:54:16 +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
|
assert im == loaded_im
|
||||||
|
|
||||||
|
|
||||||
|
@skip_unless_feature("webp")
|
||||||
def test_pickle_tell():
|
def test_pickle_tell():
|
||||||
# Arrange
|
# Arrange
|
||||||
image = Image.open("Tests/images/hopper.webp")
|
image = Image.open("Tests/images/hopper.webp")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user