Merge "Update TOX_CONSTRAINTS_FILE for stable/victoria" into stable/victoria

This commit is contained in:
Zuul 2021-03-19 12:21:42 +00:00 committed by Gerrit Code Review
commit 9994d4e596
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = pep8,py37,tht
basepython = python3
usedevelop = True
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/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'