From 38f699471eab29259a075bcc52fef4514aed81d7 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Sat, 24 Nov 2012 11:12:17 +0000 Subject: [PATCH] TST Remove unneeded test Per stefanv's comment on github, this was testing functionality higher up in skimage.io --- skimage/io/tests/test_imread.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/skimage/io/tests/test_imread.py b/skimage/io/tests/test_imread.py index 8dd6ea6f..afb9eac9 100644 --- a/skimage/io/tests/test_imread.py +++ b/skimage/io/tests/test_imread.py @@ -21,18 +21,6 @@ def teardown(): reset_plugins() -def setup_module(self): - """The effect of the `plugin.use` call may be overridden by later imports. - Call `use_plugin` directly before the tests to ensure that imread is used. - - """ - try: - use_plugin('imread') - except ImportError: - pass - - - @skipif(not imread_available) def test_imread_flatten(): # a color image is flattened