Relaxing similarity on showpage test, Arch has rendering differences

This commit is contained in:
Eric Soroos 2017-11-01 14:05:40 +00:00
parent badb2782e8
commit 636e5ff1e9

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