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
This commit is contained in:
Monty Taylor 2020-03-27 15:33:25 -05:00
parent cfceeb50e0
commit 833fce6eba
1 changed files with 2 additions and 3 deletions

View File

@ -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