Merge pull request #2896 from wiredfool/eps-test-arch

Bumped epsilon -- arch is showing 5.6 rather than <5
This commit is contained in:
wiredfool 2017-12-19 19:39:12 +00:00 committed by GitHub
commit 1f749a88ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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