Skip to content

Commit

Permalink
fewer mock
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag committed Aug 8, 2017
1 parent ee6c9ab commit e7c0e82
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 @@ -46,7 +46,7 @@ def __getattr__(cls, name):
else:
return Mock()

MOCK_MODULES = ['matplotlib', 'numpy', 'h5py', 'scipy']
MOCK_MODULES = ['h5py']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand Down

0 comments on commit e7c0e82

Please sign in to comment.