From 833fce6eba575b5f3ba2c632ca8bc231ea78423b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 27 Mar 2020 15:33:25 -0500 Subject: [PATCH] Run gerritlib integration tests with python3 Now that we're running manage-projects in a python3 container, we should switch our integration tests to use python3. Depends-On: https://review.opendev.org/715527 Change-Id: I33a6daf92906d9087c4a31f11966e5037445cd68 --- playbooks/jeepyb-integration/run.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/playbooks/jeepyb-integration/run.yaml b/playbooks/jeepyb-integration/run.yaml index da46f75..45cae55 100644 --- a/playbooks/jeepyb-integration/run.yaml +++ b/playbooks/jeepyb-integration/run.yaml @@ -11,13 +11,12 @@ file: state: directory path: "/tmp/jeepyb-cache" - # TODO(clarkb) add python3 version of job - name: Install jeepyb - command: python2 -m pip install src/opendev.org/opendev/jeepyb + command: python3 -m pip install src/opendev.org/opendev/jeepyb become: true - name: Install gerritlib # Install after Jeepyb so that we don't use gerritlib from pypi - command: python2 -m pip install src/opendev.org/opendev/gerritlib + command: python3 -m pip install src/opendev.org/opendev/gerritlib become: true # Run a gerrit