summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-27 09:06:50 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-27 09:06:50 +0000
commit3649baa09fc10d972aaeff31c174fc8902d87221 (patch)
treed891b0ad16be4e9f7747e20087f278bbd0bc66a2 /tox.ini
parent4a3a4e5c4509706cadaa9fdc8a138a9a65cf5c3d (diff)
downloadnova-3649baa09fc10d972aaeff31c174fc8902d87221.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
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/train branch, tests will continue to use the upper-constraints list on master. Change-Id: I6e6eae6d180b73da62ab6441f769c98b3311f31f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ee093c184d..2cd8533f44 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ whitelist_externals =
rm
env
make
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US