From 636e5ff1e9b876a2127cb5245413bf3cf198ca16 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 1 Nov 2017 14:05:40 +0000 Subject: [PATCH] Relaxing similarity on showpage test, Arch has rendering differences --- 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 54e806d81..fe226a37b 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, 2) + self.assert_image_similar(plot_image, target, 5) def test_file_object(self): # issue 479