summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-09 11:21:04 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-09 11:21:04 +0000
commit8e7453fabf42922e806c47fb11135473b1aa1c66 (patch)
tree9b377d7e9d68e3e93fe7cedb3e1d9944d8c2cdb8
parent09c418531e5e19bd3fa3fb5c8aa1916c1b7dda00 (diff)
downloadcliff-stable/zed.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zedstable/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: I2d523716b74e177d7b7474e405172013cdc3d373
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 49d0d38..d7d5705 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands =
stestr run {posargs}
stestr slowest
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt