summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-19 13:11:28 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-03-19 13:11:28 +0000
commit19b2d500504cbd515efb6ca8973dd08e155b7203 (patch)
treecfbd49903106748c4f3cb3a879d85e314e3bc6a7
parent8d921b359ffad75b600e2093d851d917d213fc97 (diff)
downloadcliff-19b2d500504cbd515efb6ca8973dd08e155b7203.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I711fb7f9a54ababd7eeaee5297e220ac872e7bff
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 73e9082..8f082ab 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/wallaby}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt