Provide install_command to pip install with upper-constraints

SQLAlchemy latest (1.4.27) installed with docs job breaks it.

Change-Id: Ida63e1d865dc0b2ac6a13594455962f53068c931
(cherry picked from commit 7f15b14d80)
This commit is contained in:
Brendan Shephard 2021-11-15 14:36:29 +10:00
parent c062de4f24
commit cbe9be5e76
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ basepython = python3
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
OS_TEST_PATH=heat/tests OS_TEST_PATH=heat/tests
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} {opts} {packages}
usedevelop = True usedevelop = True
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt