Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-04-16 13:10:56 +00:00 committed by Gerrit Code Review
commit dba81a4ebb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =