diff --git a/skimage/__init__.py b/skimage/__init__.py index a3deb6c6..c760690c 100644 --- a/skimage/__init__.py +++ b/skimage/__init__.py @@ -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)