mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
remove message about not being able to load nose; fixes #218
This commit is contained in:
@@ -72,7 +72,6 @@ def _setup_test(verbose=False):
|
||||
try:
|
||||
import nose as _nose
|
||||
except ImportError:
|
||||
print("Could not load nose. Unit tests not available.")
|
||||
return None
|
||||
else:
|
||||
f = functools.partial(_nose.run, 'skimage', argv=args)
|
||||
|
||||
Reference in New Issue
Block a user