From 8df2e97d221621dcf193aeffca58821440363e22 Mon Sep 17 00:00:00 2001 From: ramishra Date: Thu, 17 Jun 2021 15:20:57 +0530 Subject: [PATCH] Use upper constraints with install command This uses relevant upper constraints with install_command. Change-Id: I6e63c9b9ff0c83dfdb5fa1e374a881c54f93bf3e Closes-Bug: #1931986 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 71b1a4193..8cb2a1bb8 100644 --- a/tox.ini +++ b/tox.ini @@ -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/master} {opts} {packages} passenv = TERM setenv =