summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-07-08 18:51:17 +0000
committerDmitry Tantsur <dtantsur@protonmail.com>2020-07-09 11:43:11 +0200
commit4760c4ce38d5aa6d73518cbba4bc4cb082600f06 (patch)
treed262c1b279a1da7f2639260cd38ccc5832202647
parent71fe9a59c3bbcb5c6318acbd5e7be791c86241fe (diff)
downloadironic-python-agent-4760c4ce38d5aa6d73518cbba4bc4cb082600f06.tar.gz
Update TOX_CONSTRAINTS_FILE for bugfix/6.2
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 victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I2f00e95b5ff2616941ee50f575e10eddb680ecce
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ea953482..fc5bce5c 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}