From a59071b1a79e82ecc571bc01a9993bb9823b7ee2 Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Fri, 1 Mar 2024 18:59:46 -0300 Subject: [PATCH] Fix constraints file in tox.ini The constraints file used for tox.ini root was removed. We need to update the file to use the StarlingX Debian constraints file. Test Plan: PASS - Run tox command Closes-bug: 2055734 Change-Id: I0f973f3aeafd42b62707bbb1dc43428d2bab6252 Signed-off-by: Hugo Brito --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6a0c064..0413acf 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] install_command = pip install \ - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} \ + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/starlingx/root/raw/branch/master/build-tools/requirements/debian/upper-constraints.txt} \ {opts} {packages} setenv = VIRTUAL_ENV={envdir}