mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
test tweak for ubuntu 16.04
This commit is contained in:
parent
9bdda3d552
commit
53e247cfc4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user