summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:41:53 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:41:53 +0000
commit2367d8ab14938f5c68bc32c3f34f48590eb2827f (patch)
tree615c65b8f4f55490058e06014603fc74cd3fbeaf
parent599484c652d69fce378214f6e5c6d299458fc3cf (diff)
downloadoslotest-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: I802ac8c7f0fc94ad9ecf585f1eb266bda3759eb9
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b271ab6..f5e36ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = py27,py37,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -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}