mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +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))
|
ImageCms.getProfileDescription(p2))
|
||||||
|
|
||||||
def test_extended_information(self):
|
def test_extended_information(self):
|
||||||
|
self.skip_missing()
|
||||||
o = ImageCms.getOpenProfile(SRGB)
|
o = ImageCms.getOpenProfile(SRGB)
|
||||||
p = o.profile
|
p = o.profile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user