From 0a7e5e969cb905c4aa5996482352f7f262e12d83 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 6 Jan 2020 18:33:46 +0900 Subject: [PATCH] Use python3 for translation jobs Horizon no longer support python2 as it has dropped Django 1.11 support which is the last version with python 2.7 support. However, the translation jobs still require python2, so the translation jobs are failing after horizon dropped python2 support. It is time to ensure python3 in the translation jobs. Change-Id: Id78484bf5366601b11547e80b772a0eec03622d0 --- playbooks/translation/pre.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/translation/pre.yaml b/playbooks/translation/pre.yaml index c5c1b68297..3ad962435d 100644 --- a/playbooks/translation/pre.yaml +++ b/playbooks/translation/pre.yaml @@ -4,5 +4,6 @@ doc_building_packages: - sphinx - reno + sphinx_python: python3 - ensure-babel - copy-proposal-common-scripts