Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-11-04 13:19:26 +00:00 committed by Gerrit Code Review
commit d9098d0541
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs] [testenv:docs]
deps = 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}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
rm -rf doc/build rm -rf doc/build