mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Skip test when icc profile is not available, fixes #1887
This commit is contained in:
parent
8a061218ee
commit
3926bfb747
|
@ -256,6 +256,7 @@ class TestImageCms(PillowTestCase):
|
|||
ImageCms.getProfileDescription(p2))
|
||||
|
||||
def test_extended_information(self):
|
||||
self.skip_missing()
|
||||
o = ImageCms.getOpenProfile(SRGB)
|
||||
p = o.profile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user