Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Ib1dba199a09b8be152735a80dc4e537516172b9f
This commit is contained in:
OpenStack Release Bot 2018-01-24 17:59:07 +00:00
parent f02d8977cd
commit 259542a948
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./castellan/tests/unit
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
commands = python setup.py testr --slowest --testr-args='{posargs}'