Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Ic7cc3df5096dad79f35f81d7fe4d0571640cb965
This commit is contained in:
OpenStack Release Bot 2018-01-24 18:02:18 +00:00
parent 8362533bfa
commit 078839732c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ setenv =
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
@ -43,7 +43,7 @@ commands =
[testenv:pylint]
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}/requirements.txt
pylint==0.26.0
commands = bash tools/lintstack.sh