Skip to content

Commit

Permalink
mock modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 29, 2018
1 parent 6bd5a81 commit 2db105c
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 @@ -18,7 +18,7 @@

import mock

MOCK_MODULES = ['cplex', 'gurobipy']
MOCK_MODULES = ['cplex', 'gurobipy', 'future', 'builtins']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down

0 comments on commit 2db105c

Please sign in to comment.