summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-03 10:38:49 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-03 10:38:49 +0000
commit2cf19123102d58986071ac1cdbd4b53b544fe2c8 (patch)
tree96f4b33cbc489773c9087db9b7012237ba3d8e28
parent2ef89b0e89b3f86c172007cd5c33ea79ba0455ff (diff)
downloadceilometermiddleware-stable/yoga.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/yogastable/yoga
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/yoga branch, tests will continue to use the upper-constraints list on master. Change-Id: I238b6cd96c48e3e3e2444c315138fa9747473b6d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65779fe..e51063d 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/yoga}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}