Merge "Replace deprecated UPPER_CONSTRAINTS_FILE variable"

This commit is contained in:
Zuul 2022-07-20 14:06:46 +00:00 committed by Gerrit Code Review
commit d5792c9c3f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
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
commands =