summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-08-18 20:42:57 +0000
committerDmitry Tantsur <dtantsur@protonmail.com>2020-08-19 10:32:06 +0200
commit34f409ba2fe2366d052a0755fe9fa2fc61cc448d (patch)
tree37effeb4a350245580e9aaf881694fc5b2039e1c
parentcd73b1a4aa0f79827a5777b070e14aef0db16772 (diff)
downloadironic-python-agent-34f409ba2fe2366d052a0755fe9fa2fc61cc448d.tar.gz
Update TOX_CONSTRAINTS_FILE for bugfix/6.3
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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I62ca56b861506f2a23b4b9621d8711bf01346d4e
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index db526e3e..5e6841eb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ setenv =
LANGUAGE=en_US
LC_ALL=en_US.utf-8
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}