summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:45:32 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:45:32 +0000
commit2c6c00561ca8b431b4070beeb4febd74b849fd25 (patch)
tree960b6622bd06d4cc457d7cc2a8858c6d76e5c98a
parent4a62e27d3b2d33f2f72e817a07c9e3833ed50f17 (diff)
downloadoslo-middleware-2c6c00561ca8b431b4070beeb4febd74b849fd25.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: Ia87a4eefd721e0547a1d4d807f8499ce34897e0a
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 856240e..c70ad2d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
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
commands = stestr run --slowest {posargs}