From 047555f6ffcb01aae57bbb1352cdf98a0dcb3f91 Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Fri, 1 Mar 2024 19:18:23 -0300 Subject: [PATCH] Fix constraints file in tox.ini The constraints file used for tox.ini 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: I306be11f6edc4538cbb3f7a164bac9e1ad08501f Signed-off-by: Hugo Brito --- cgcs-patch/cgcs-patch/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgcs-patch/cgcs-patch/tox.ini b/cgcs-patch/cgcs-patch/tox.ini index fc2a2dc6..03dc9342 100644 --- a/cgcs-patch/cgcs-patch/tox.ini +++ b/cgcs-patch/cgcs-patch/tox.ini @@ -31,7 +31,7 @@ passenv = sitepackages = False install_command = pip install \ -v -v -v \ - -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} deps = -r{toxinidir}/requirements.txt