Merge "Replace deprecated UPPER_CONSTRAINTS_FILE variable"

This commit is contained in:
Zuul 2023-09-11 09:50:30 +00:00 committed by Gerrit Code Review
commit 81c081eb18

View File

@ -7,7 +7,8 @@ envlist = docs,linters,functional
[testenv]
usedevelop = False
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
commands =