From 2e5c8c05c8d345d5c6a9fc80dddc7a4735623907 Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Fri, 1 Mar 2024 19:22: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: I8fb79937a04c62096f8b638581000c08e18f39a7 Signed-off-by: Hugo Brito --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3fe0997..33e137e 100644 --- a/tox.ini +++ b/tox.ini @@ -93,7 +93,7 @@ setenv = VIRTUAL_ENV={envdir} LC_ALL=en_US.utf-8 install_command = pip install -U \ - -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}/test-requirements.txt allowlist_externals = bash