summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-20 17:45:01 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-20 17:45:01 +0000
commitfbe58dd15c18e6e629def8b39587b712b2088eae (patch)
tree9798705b0b31f9cdca72fe5e231b880737257e8d
parente35baf031971613b4bb3c411edc5090b94a4c9b1 (diff)
downloadtaskflow-stable/train.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainstable/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: Id5c6b7fdc96948d6b0a3c169c3a720374f49d869
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f7e1aeb..1df1872 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
# We need to install a bit more than just `test' because those drivers have
# custom tests that we always run
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =