From 41f77d815249427f9f3384a4ab453ca4fb92a5c5 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 14 Jul 2016 20:25:10 +0900 Subject: [PATCH] Use applehelp_disable_external_tools on testing (for non MacOS) --- tests/test_build_applehelp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_build_applehelp.py b/tests/test_build_applehelp.py index 89c743778..63bb0ec89 100644 --- a/tests/test_build_applehelp.py +++ b/tests/test_build_applehelp.py @@ -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('')