summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:46:38 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:46:38 +0000
commit218c2c16c65af581ebafd2483ad69ebb048b4ec9 (patch)
tree22633076a68e4628aa4a3b1c5697ec74e9d311c9
parentec84bd5587dcc12aa1fc62030b4fdbacedf69d58 (diff)
downloadoslo-serialization-218c2c16c65af581ebafd2483ad69ebb048b4ec9.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: Iba58316a18d37806d7a9aea7b1c887bc405e12d8
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 755af76..58b9cfc 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}