Skip to content

Commit

Permalink
Add skimage to mock imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmachnik committed Oct 13, 2020
1 parent 94c4f4c commit a9e7abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import mock
MOCK_MODULES = [
'numpy', 'scipy', 'matplotlib', 'matplotlib.pyplot',
'scipy.interpolate', 'intervaltree'
'scipy.interpolate', 'intervaltree', 'skimage'
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down

0 comments on commit a9e7abf

Please sign in to comment.