Remove Mako from mocked deps for docs build

If Mako was mocked for a reason originally, it doesn't seem to be needed
anymore. The docs build just fine with and without Mako installed.

Closes #9571 (at long last).
This commit is contained in:
Seth House 2015-02-06 19:00:35 -07:00
parent f57c15f672
commit bf6dfe823e

View File

@ -91,8 +91,6 @@ MOCK_MODULES = [
# modules, renderers, states, returners, et al
'django',
'libvirt',
'mako',
'mako.template',
'MySQLdb',
'MySQLdb.cursors',
'psutil',