Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Ia231d0251d2d1ae026952fa3883f9daecbf7ea57
This commit is contained in:
OpenStack Release Bot 2018-01-24 18:04:00 +00:00
parent 7aa6aa7d51
commit f038e22326
1 changed files with 1 additions and 1 deletions

View File

@ -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://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# We want to support both vanilla stdlib and eventlet monkey patched