summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:47:17 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:47:17 +0000
commitd8cf7d6c7c2d2b2e0675622516dd5c33b1747c20 (patch)
treec46ca219f8bd70b8bbe24f25fe4195fbfdec5618
parent6c923342b9e6700b6826ec7331215e682de4f66f (diff)
downloadoslo-utils-d8cf7d6c7c2d2b2e0675622516dd5c33b1747c20.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: I2ee5fe3390211d6687c3503de1863f97091f1a74
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ec099e4..139f659 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,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}