Use applehelp_disable_external_tools on testing (for non MacOS)

This commit is contained in:
Takeshi KOMIYA 2016-07-14 20:25:10 +09:00
parent 2b6a83599d
commit 41f77d8152

View File

@ -44,7 +44,8 @@ def check_localization(outdir):
@with_app(buildername='applehelp', testroot='basic', srcdir='applehelp_output',
confoverrides={'applehelp_bundle_id': 'org.sphinx-doc.Sphinx.help'})
confoverrides={'applehelp_bundle_id': 'org.sphinx-doc.Sphinx.help',
'applehelp_disable_external_tools': True})
def test_applehelp_output(app, status, warning):
(app.srcdir / 'en.lproj').makedirs()
(app.srcdir / 'en.lproj' / 'localized.txt').write_text('')