diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-14 20:25:10 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-14 20:25:10 +0900 |
commit | 41f77d815249427f9f3384a4ab453ca4fb92a5c5 (patch) | |
tree | ab88f69cc6d35f454015af93417f2b84239c046f /tests/test_build_applehelp.py | |
parent | 2b6a83599dc355a92c08e550c681075b651866c4 (diff) | |
download | sphinx-git-41f77d815249427f9f3384a4ab453ca4fb92a5c5.tar.gz |
Use applehelp_disable_external_tools on testing (for non MacOS)
Diffstat (limited to 'tests/test_build_applehelp.py')
-rw-r--r-- | tests/test_build_applehelp.py | 3 |
1 files changed, 2 insertions, 1 deletions
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('') |