Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: I5bb14347b4a7efb1c51b9bfee0ba30020eaf268f
This commit is contained in:
2018-01-29 17:27:45 +00:00
parent 1ba75d62d9
commit 43b7315b58

View File

@@ -15,7 +15,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
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 = find . -type f -name "*.pyc" -delete