From 3926bfb747b917a53cf3dab1cfe0486e17176317 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 6 May 2016 08:58:40 -0700 Subject: [PATCH] Skip test when icc profile is not available, fixes #1887 --- Tests/test_imagecms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_imagecms.py b/Tests/test_imagecms.py index bde01d9d4..8f0bc7748 100644 --- a/Tests/test_imagecms.py +++ b/Tests/test_imagecms.py @@ -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