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:
ramishra 2021-06-17 15:20:57 +05:30
parent a040f3d81f
commit db79c4d225
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby} {opts} {packages}
passenv =
TERM
setenv =