Pin SQLAlchemy <2.0.0 for rally

Rally code base is not compatible

Related-Bug: #2004022
Change-Id: I37a789ca1c52277774e0984fe3163463c9ce5ef5
This commit is contained in:
yatinkarel 2023-02-02 14:45:14 +05:30
parent 695ea169c6
commit 677b2328ec

View File

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