Merge pull request #2823 from wiredfool/eps_showpage_relax

Relaxing similarity on showpage test, Arch has rendering differences
This commit is contained in:
Hugo 2017-11-01 22:30:18 +02:00 committed by GitHub
commit b0c074bb84
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, 2)
self.assert_image_similar(plot_image, target, 5)
def test_file_object(self):
# issue 479