mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Bumped epsilon -- arch is showing 5.6 rather than <5
This commit is contained in:
parent
2cb6523899
commit
e5aa9d5f8b
|
@ -79,7 +79,7 @@ class TestFileEps(PillowTestCase):
|
|||
#should not crash/hang
|
||||
plot_image.load()
|
||||
# fonts could be slightly different
|
||||
self.assert_image_similar(plot_image, target, 5)
|
||||
self.assert_image_similar(plot_image, target, 6)
|
||||
|
||||
def test_file_object(self):
|
||||
# issue 479
|
||||
|
|
Loading…
Reference in New Issue
Block a user