Skip to content

Commit

Permalink
fix: add ruamel back into the mock list (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Feb 1, 2018
1 parent 75d3356 commit f13f0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation_builder/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __getattr__(cls, name):
'optlang', 'optlang.interface', 'optlang.symbolics',
'optlang.symbolics.core',
'future', 'future.utils',
'ruamel.yaml'
'ruamel', 'ruamel.yaml'
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()
Expand Down

0 comments on commit f13f0de

Please sign in to comment.