mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Add failing test for pickling webp
This commit is contained in:
parent
d62b9098dd
commit
cdf3c98103
|
@ -44,6 +44,7 @@ def helper_pickle_string(
|
||||||
("Tests/images/hopper.jpg", None),
|
("Tests/images/hopper.jpg", None),
|
||||||
("Tests/images/hopper.jpg", "L"),
|
("Tests/images/hopper.jpg", "L"),
|
||||||
("Tests/images/hopper.jpg", "PA"),
|
("Tests/images/hopper.jpg", "PA"),
|
||||||
|
("Tests/images/hopper.webp", None),
|
||||||
("Tests/images/test-card.png", None),
|
("Tests/images/test-card.png", None),
|
||||||
("Tests/images/zero_bb.png", None),
|
("Tests/images/zero_bb.png", None),
|
||||||
("Tests/images/zero_bb_scale2.png", None),
|
("Tests/images/zero_bb_scale2.png", None),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user