Skip to content

Commit

Permalink
no sumolib mock
Browse files Browse the repository at this point in the history
  • Loading branch information
nskh committed Jul 27, 2018
1 parent 3ccddad commit 8c63c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['traci', 'traci.constants', 'sumolib']
MOCK_MODULES = ['traci', 'traci.constants']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)


Expand Down

0 comments on commit 8c63c7d

Please sign in to comment.