Bumped epsilon -- arch is showing 5.6 rather than <5

This commit is contained in:
Eric Soroos 2017-12-19 16:20:36 +00:00
parent 2cb6523899
commit e5aa9d5f8b

View File

@ -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