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