Use master upper-constraints

Change-Id: I81f13085c6af09e01c8eacc04b9b9e1858f7affc
This commit is contained in:
Mark Goddard 2018-10-11 16:50:02 +01:00
parent 371937fa90
commit 553eac8846
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]