mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Increased epsilon to pass on Windows
This commit is contained in:
parent
d42df43740
commit
727868d5d7
|
@ -66,7 +66,7 @@ def test_load_set_dpi():
|
|||
assert im.size == (164, 164)
|
||||
|
||||
with Image.open("Tests/images/drawing_wmf_ref_144.png") as expected:
|
||||
assert_image_similar(im, expected, 2.0)
|
||||
assert_image_similar(im, expected, 2.1)
|
||||
|
||||
|
||||
def test_save(tmp_path):
|
||||
|
|
Loading…
Reference in New Issue
Block a user