Merge "Replace UPPER_CONSTRAINTS_FILE"

This commit is contained in:
Zuul
2025-11-19 13:54:50 +00:00
committed by Gerrit Code Review

View File

@@ -8,7 +8,7 @@ allowlist_externals =
bash
rm
env
install_command = python -I -m pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = python -I -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US