Update UPPER_CONSTRAINTS_FILE for stable/queens
Update the stable/queens tox.ini to use the queens upper-constraints. This should not be merged until the queens branch is merged for the requirements repo. Change-Id: I5595cbca125c690c9fcf01ea17c66f4631f3b3a2
This commit is contained in:
parent
19bc05852a
commit
1c22282f3b
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ install_command = pip install {opts} {packages}
|
|||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps =
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-egit+https://github.com/openstack/nova#egg=nova
|
-egit+https://github.com/openstack/nova#egg=nova
|
||||||
|
Loading…
Reference in New Issue
Block a user