Merge "Replace UPPER_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2025-04-16 21:09:50 +00:00 committed by Gerrit Code Review
commit 3181d89123

View File

@ -9,7 +9,7 @@ usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@ -35,7 +35,7 @@ commands = {posargs}
[testenv:buildimage]
commands = {toxinidir}/bin/manila-image-create {posargs}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
passenv = *
allowlist_externals =