diff --git a/skimage/io/tests/test_pil.py b/skimage/io/tests/test_pil.py index 84b17bc6..b210ec6f 100644 --- a/skimage/io/tests/test_pil.py +++ b/skimage/io/tests/test_pil.py @@ -227,5 +227,4 @@ class TestSaveTIF: yield self.roundtrip, dtype, x if __name__ == "__main__": - #run_module_suite() - test_cmyk() + run_module_suite()