summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:44:48 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:44:48 +0000
commitf0e948031043cf4f8d36073e2bb2584ca9cf26e0 (patch)
tree474a151fda25f5583cc1fcbaf23156d9b26197b6
parentd8a3cfa1ac30f019b6fbd2fb7d7819314bdecdbb (diff)
downloadoslo-i18n-f0e948031043cf4f8d36073e2bb2584ca9cf26e0.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/stein
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/stein branch, tests will continue to use the upper-constraints list on master. Change-Id: Ic935dbe16f80cd9991913bf698270b10116d9a6d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5d2415d..57cb763 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py37,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}