summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:34:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:34:25 +0000
commit85c27a68550003f7c30063d19cfc7f2cf842d569 (patch)
tree9b6ced89f985ae81ee183a3bf6a9251bd5cf61c7
parentf8eb3fb827494d7d4daf2ff1a365b129bc815894 (diff)
downloadcliff-stable/xena.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/xenastable/xena
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/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: If6be159a924060be90cd8cfb62270c0b6c5964bd
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 49d0d38..d71bbe9 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/xena}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt