TST Remove unneeded test

Per stefanv's comment on github, this was testing functionality higher
up in skimage.io
This commit is contained in:
Luis Pedro Coelho
2012-11-24 11:12:17 +00:00
parent 1f84c5e35f
commit 38f699471e
-12
View File
@@ -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