mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Relaxing similarity on showpage test, Arch has rendering differences
This commit is contained in:
parent
badb2782e8
commit
636e5ff1e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user