summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Shephard <bshephar@redhat.com>2021-11-15 14:36:29 +1000
committerBrendan Shephard <bshephar@redhat.com>2021-11-20 10:03:17 +1000
commitcbe9be5e7625d374fc6cfbb63b7e3ef5335bf330 (patch)
tree03b2e021ce056b3fa1407bb8c315c817e841e788
parentc062de4f24f1c29d8e7c7bb031a9c9672a183fc9 (diff)
downloadheat-cbe9be5e7625d374fc6cfbb63b7e3ef5335bf330.tar.gz
Provide install_command to pip install with upper-constraintsvictoria-em15.1.0
SQLAlchemy latest (1.4.27) installed with docs job breaks it. Change-Id: Ida63e1d865dc0b2ac6a13594455962f53068c931 (cherry picked from commit 7f15b14d800654474ccab26af40384ab4515a657)
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7137f70db..034ab2d4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ basepython = python3
setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
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
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt