summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-09 15:13:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-09 15:13:25 +0000
commit2b09bf97e745ad4c7a7311211fa9dad3100981ce (patch)
tree0b420b0a6baacbad1987e4b8b6890bc9d1f24172
parentf4538d1ab6a23ba1df89aa0cddc51f2fc0a3347e (diff)
downloadpython-barbicanclient-stable/zed.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zedstable/zed
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/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: Icf2cb325f68ef086dc9caf41124d0159750feb38
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0182901..90003ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv =
PYTHON=coverage run --source barbicanclient --parallel-mode
VIRTUAL_ENV={envdir}
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt