test tweak for ubuntu 16.04

This commit is contained in:
Eric Soroos 2017-06-13 20:40:16 +00:00 committed by wiredfool
parent 9bdda3d552
commit 53e247cfc4

View File

@ -39,7 +39,7 @@ class TestImagecomplextext(PillowTestCase):
target = 'Tests/images/test_y_offset.png'
target_img = Image.open(target)
self.assert_image_similar(im, target_img, .5)
self.assert_image_similar(im, target_img, 1.5)
def test_complex_unicode_text(self):
ttf = ImageFont.truetype(FONT_PATH, FONT_SIZE)