From 1dae599eb134998a4bfa4564b92ab36799b7ce25 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 6 Oct 2015 20:19:06 -0500 Subject: [PATCH] Remove another tiff check in test_pil --- skimage/io/tests/test_pil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/io/tests/test_pil.py b/skimage/io/tests/test_pil.py index 668903f0..ad3870a6 100644 --- a/skimage/io/tests/test_pil.py +++ b/skimage/io/tests/test_pil.py @@ -196,7 +196,6 @@ def test_all_color(): def test_all_mono(): mono_check('pil') - mono_check('pil', 'tiff') def test_multi_page_gif():