remove message about not being able to load nose; fixes #218

This commit is contained in:
wilsaj
2012-07-20 12:26:17 -05:00
parent f6066539cc
commit 02a26db453
-1
View File
@@ -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)