summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-09-08 22:20:52 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-09-08 22:20:52 +0000
commit081b48ca0802994f1eb0e0b7f56ebce5c3d73be1 (patch)
treeaa637d4edf96a94ea6c9dfc5028cfe916893c50e
parent0197e4429980473d54d4ad3f3e4fb07dd072edec (diff)
downloadcliff-081b48ca0802994f1eb0e0b7f56ebce5c3d73be1.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/victoria
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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I172282cc38475d88fce108d06e7d7bd27aec557e
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b979324..e97df8d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands =
stestr run {posargs}
stestr slowest
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt