Pin SQLAlchemy <2.0.0 for rally
Rally code base is not compatible Related-Bug: #2004022 Change-Id: I37a789ca1c52277774e0984fe3163463c9ce5ef5
This commit is contained in:
parent
695ea169c6
commit
677b2328ec
@ -48,6 +48,12 @@
|
||||
version: "4.4.2"
|
||||
virtualenv: "{{ rally_venv }}"
|
||||
|
||||
# Till https://bugs.launchpad.net/rally/+bug/2004022 fixed
|
||||
- name: Ensure SQLAlchemy<2.0.0
|
||||
pip:
|
||||
name: 'SQLAlchemy<2.0.0'
|
||||
virtualenv: "{{ rally_venv }}"
|
||||
|
||||
- name: Create rally configuration directory
|
||||
file:
|
||||
path: "{{ rally_venv }}/etc/rally"
|
||||
|
Loading…
x
Reference in New Issue
Block a user