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:
parent
cfceeb50e0
commit
833fce6eba
@ -11,13 +11,12 @@
|
|||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: "/tmp/jeepyb-cache"
|
path: "/tmp/jeepyb-cache"
|
||||||
# TODO(clarkb) add python3 version of job
|
|
||||||
- name: Install jeepyb
|
- 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
|
become: true
|
||||||
- name: Install gerritlib
|
- name: Install gerritlib
|
||||||
# Install after Jeepyb so that we don't use gerritlib from pypi
|
# 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
|
become: true
|
||||||
|
|
||||||
# Run a gerrit
|
# Run a gerrit
|
||||||
|
Loading…
Reference in New Issue
Block a user