mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-05 20:33:24 +03:00
Merge pull request #2623 from radarhere/2585_debug_fix
Removed debugging code
This commit is contained in:
commit
5bd8cdfe5c
|
@ -248,9 +248,7 @@ class TestImageFont(PillowTestCase):
|
|||
|
||||
target = 'Tests/images/multiline_text_spacing.png'
|
||||
target_img = Image.open(target)
|
||||
from PIL import ImageChops
|
||||
|
||||
ImageChops.difference(im, target_img).save('multiline.png')
|
||||
# Epsilon ~.5 fails with FreeType 2.7
|
||||
self.assert_image_similar(im, target_img, self.metrics['multiline'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user