diff options
author | OpenStack Release Bot <infra-root@openstack.org> | 2019-09-27 09:06:50 +0000 |
---|---|---|
committer | OpenStack Release Bot <infra-root@openstack.org> | 2019-09-27 09:06:50 +0000 |
commit | 3649baa09fc10d972aaeff31c174fc8902d87221 (patch) | |
tree | d891b0ad16be4e9f7747e20087f278bbd0bc66a2 /tox.ini | |
parent | 4a3a4e5c4509706cadaa9fdc8a138a9a65cf5c3d (diff) | |
download | nova-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |