summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:32:40 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:32:40 +0000
commite1f43b980f58cc49f1809e7517d717851b5c6c54 (patch)
tree499843b4f0ec627ccf12d2ab95c5cf0736e94f39
parentfabcc247fe6e7f98a0d07b16974eb6c8ef95f06a (diff)
downloadoslo-i18n-e1f43b980f58cc49f1809e7517d717851b5c6c54.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: I9fdb18d15644f596a96bc59f79c76f294019c38c
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 087bb99..c21581d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py37,pep8
[testenv]
install_command = pip install {opts} {packages}
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 = stestr run --slowest {posargs}