Pin dynaconf to before 3.1.3

3.1.3 has broken ARA so pin to an earlier version that that.

Change-Id: I0b9d28b0f112b4ba6eec050e58bc11f6f114a517
This commit is contained in:
Jonathan Rosser 2021-03-08 13:00:16 +00:00
parent f8c851a728
commit e65a83f31a

View File

@ -201,7 +201,7 @@ function setup_ara {
# This is added *here* instead of bootstrap-ansible so it's used for CI purposes only. # This is added *here* instead of bootstrap-ansible so it's used for CI purposes only.
# PIP_COMMAND and PIP_OPTS are exported by the bootstrap-ansible script. # PIP_COMMAND and PIP_OPTS are exported by the bootstrap-ansible script.
# PIP_OPTS contains the whole set of constraints that need to be applied. # PIP_OPTS contains the whole set of constraints that need to be applied.
${PIP_COMMAND} install --isolated ${PIP_OPTS} "ara[server]" ${PIP_COMMAND} install --isolated ${PIP_OPTS} "ara[server]" "dynaconf<3.1.3"
} }
function run_dstat { function run_dstat {