diff --git a/skimage/io/tests/test_pil.py b/skimage/io/tests/test_pil.py index 06bb3dd1..cd9cbd21 100644 --- a/skimage/io/tests/test_pil.py +++ b/skimage/io/tests/test_pil.py @@ -200,5 +200,4 @@ class TestSaveTIF: yield self.roundtrip, dtype, x if __name__ == "__main__": - #run_module_suite() - test_multi_page_gif() + run_module_suite()