summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-12 12:29:39 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-03-12 12:29:39 +0000
commit89ccceda42d0bb33993a2a980cdf8de408687f7a (patch)
tree72716a93ff8e0d7f8e3e5a0a2518f97d41a2a316
parent84a4a7780c8a738ed466243732a7596115f9c015 (diff)
downloadceilometermiddleware-stable/wallaby.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallabystable/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: I42b913f5d02a08ca980cfc809c79cc74d871c120
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65779fe..1092fcd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}