Use upper constraints with install command
This uses relevant upper constraints with install_command. Change-Id: I6e63c9b9ff0c83dfdb5fa1e374a881c54f93bf3e Closes-Bug: #1931986
This commit is contained in:
parent
15f2539428
commit
8df2e97d22
2
tox.ini
2
tox.ini
@ -11,7 +11,7 @@ ignore_basepython_conflict = True
|
|||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||||
passenv =
|
passenv =
|
||||||
TERM
|
TERM
|
||||||
setenv =
|
setenv =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user