File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -275,9 +275,6 @@ def show():
275275
276276 Examples
277277 --------
278- .. testsetup::
279- >>> import pytest; _ = pytest.importorskip('matplotlib')
280-
281278 >>> import skimage.io as io
282279 >>> rng = np.random.default_rng()
283280 >>> for i in range(4):
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ def use_plugin(name, kind=None):
278278 To use Matplotlib as the default image reader, you would write:
279279
280280 >>> from skimage import io
281- >>> io.use_plugin('matplotlib', 'imread')
281+ >>> io.use_plugin('matplotlib', 'imread') # doctest: +SKIP
282282
283283 To see a list of available plugins run ``skimage.io.available_plugins``. Note
284284 that this lists plugins that are defined, but the full list may not be usable
You can’t perform that action at this time.
0 commit comments