mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-30 03:04:18 +03:00
Merge pull request #2823 from wiredfool/eps_showpage_relax
Relaxing similarity on showpage test, Arch has rendering differences
This commit is contained in:
commit
b0c074bb84
|
@ -79,7 +79,7 @@ class TestFileEps(PillowTestCase):
|
||||||
#should not crash/hang
|
#should not crash/hang
|
||||||
plot_image.load()
|
plot_image.load()
|
||||||
# fonts could be slightly different
|
# 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):
|
def test_file_object(self):
|
||||||
# issue 479
|
# issue 479
|
||||||
|
|
Loading…
Reference in New Issue
Block a user