Skip to content

Commit

Permalink
tests: test_skimage: drop test for skimage.viewer
Browse files Browse the repository at this point in the history
The `skimage.viewer` module was removed in scikit-image 0.20.0,
so remove the test.
  • Loading branch information
rokm committed Mar 31, 2023
1 parent 1ca9e3b commit 5d355b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pyinstaller_hooks_contrib/tests/test_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def test_pydivert(pyi_builder):
@pytest.mark.parametrize('submodule', [
'color', 'data', 'draw', 'exposure', 'feature', 'filters', 'future',
'graph', 'io', 'measure', 'metrics', 'morphology', 'registration',
'restoration', 'segmentation', 'transform', 'util', 'viewer'
'restoration', 'segmentation', 'transform', 'util'
])
def test_skimage(pyi_builder, submodule):
pyi_builder.test_source("""
Expand Down

0 comments on commit 5d355b4

Please sign in to comment.