Use master upper-constraints

Change-Id: Iaca4208a571ca0fbca47bf16cf537b46a98533b9
This commit is contained in:
Mark Goddard 2018-10-11 16:54:44 +01:00
parent 1085a0c95e
commit 7666e04929
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
[testenv:pep8]