mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 03:13:55 +08:00
TST Remove unneeded test
Per stefanv's comment on github, this was testing functionality higher up in skimage.io
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user