Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Ic14bbb90cbaef18f5c2c162214bff8b6ddcc39a1
This commit is contained in:
OpenStack Release Bot 2018-01-24 18:06:32 +00:00
parent 2e78ca7f6b
commit 431405b785
1 changed files with 1 additions and 1 deletions

View File

@ -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://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'