summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:45:46 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:45:46 +0000
commite13aa789d7c0aa4d69a10aba195fec7aff5e52d0 (patch)
treed6525829d239f188be66bb58c9615f337d1fa278
parentc952ae46db20ed772885c4c1313074d418d81059 (diff)
downloadoslo-policy-e13aa789d7c0aa4d69a10aba195fec7aff5e52d0.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: I4abffcc44eb91685491bf04555662904c0f09965
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7b24a9c..b55300c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8,docs
[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}