summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-19 09:42:36 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-19 09:42:36 +0000
commitfda8d5280170516eedc8099ebc8295e5b939ebc4 (patch)
tree4036aa1dae6fb9f38d8bd3721d788806c88095ac
parent11cd71a6e0e39d593eb3cc391b8e2da9fe8775c4 (diff)
downloadcinder-fda8d5280170516eedc8099ebc8295e5b939ebc4.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zed
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I6963c73996b106858932dfd567e045305476edde
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4000908ba..95d07102d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,7 @@ setenv =
# With constraints in the install_command tox will always honor our
# constraints.
install_command =
- python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
+ python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt