From e47b229854b32451eb0483b43e55be8b6924c33c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 17 Jan 2018 14:26:54 -0500 Subject: [PATCH 1/1] Default to python2 for tox This caused many ODL projects to break due to it now assuming py3 by default. The only project that needs python3 tox run is Acumos so let us default this back to python2 which is the OS level default and explicitly set python3 in Acumos. Change-Id: I97df6eee112a2e9e1e8d18eb9e16990a1c703538 Signed-off-by: Thanh Ha --- jjb/lf-python-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 81f681bc..bf35918f 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -43,7 +43,7 @@ build-days-to-keep: 7 build-timeout: 10 git-url: '$GIT_URL/$GERRIT_PROJECT' - python-version: python3 + python-version: python2 stream: master submodule-recursive: true tox-dir: '' -- 2.16.6