mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
Merge pull request #1892 from wiredfool/icc_check
Skip test when icc profile is not available, fixes #1887
This commit is contained in:
commit
11fc8a154f
|
@ -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