From e5aa9d5f8b5824378920b20f3df24614722f9736 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Tue, 19 Dec 2017 16:20:36 +0000 Subject: [PATCH] Bumped epsilon -- arch is showing 5.6 rather than <5 --- Tests/test_file_eps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_eps.py b/Tests/test_file_eps.py index fe226a37b..70930bf95 100644 --- a/Tests/test_file_eps.py +++ b/Tests/test_file_eps.py @@ -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