summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:19:03 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:19:03 +0000
commit6c43c1ff866b328f4d2a8013fa137d67014eb72d (patch)
tree6a3dcc00b8182c16500834a9c1aa8b5105e1321f
parentfd7394710eb8817776b066e66a4c4c533923bda7 (diff)
downloadoslo-policy-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: Ic519487173b0b74ee9de90af2a07cb084a9812c4
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4889a54..ff52c13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt