summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:32:54 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:32:54 +0000
commitc73d66313d60495000e09aca60f1c56a8a6207be (patch)
tree4c513fb52ba186bb05a929ef03e85ce70ab6e215
parent74e9e33dfa9810d84b5921b91de13c9ad59afeb6 (diff)
downloadceilometermiddleware-c73d66313d60495000e09aca60f1c56a8a6207be.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/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: I401ef245b18ee99f8ddf00fb2b13562228df309d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65779fe..83c6850 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/xena}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}