Skip to content

Commit

Permalink
Update mock modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Nov 4, 2015
1 parent b5dc3ed commit b02d1de
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 @@ -15,7 +15,7 @@

import mock

MOCK_MODULES = ['numpy', 'pykdtree', 'netCDF4']
MOCK_MODULES = ['numpy', 'numpy.testing', 'pykdtree', 'netCDF4']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit b02d1de

Please sign in to comment.