Skip to content

Commit

Permalink
remove mocked modules
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag committed Aug 8, 2017
1 parent fb85d06 commit 4915252
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 = ['h5py']
MOCK_MODULES = []
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand Down

0 comments on commit 4915252

Please sign in to comment.