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:01:48 +1000
commit69699b2d045528cdb0dc251fceb94288518f58fc (patch)
tree151fbea564b019ccf224c6e8006222abb12cf4ac
parent6211913213cdfb78e35a0e4096d51a7ef71c13f8 (diff)
downloadheat-69699b2d045528cdb0dc251fceb94288518f58fc.tar.gz
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 7f15b14d800654474ccab26af40384ab4515a657)
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4ab47ebe9..08afafde2 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/wallaby} {opts} {packages}
usedevelop = True
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/requirements.txt