summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@huawei.com>2018-01-08 12:33:31 -0600
committerSean McGinnis <sean.mcginnis@huawei.com>2018-01-08 12:33:31 -0600
commitd193c2757f4a912a4c4444379487bcf13f0aa1e7 (patch)
treee5bc561c8dde62dedccd03abe8e4567aa87d73ce
parente47ffd6e40fe4cda39ae255329889206e07c00e5 (diff)
downloadstevedore-d193c2757f4a912a4c4444379487bcf13f0aa1e7.tar.gz
Use stable branch for upper constraints
Backporting of upper constraint check missed adding the stable branch to the URL. Change-Id: I4dfbe04f3736aed0d2c672c44309639ddaf04c29
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 1b7ab74..09f99e2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py34,py27,pep8,docs
[testenv]
install_command = pip install -U {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://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h/stable/ocata}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
distribute = False
@@ -13,7 +13,7 @@ commands = python setup.py testr --testr-args='{posargs}'
[testenv:venv]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/requirements.txt
@@ -35,6 +35,6 @@ exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build
[testenv:releasenotes]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html