Merge "Fix tox dependencies for release note generation"

This commit is contained in:
Zuul 2019-01-31 17:30:08 +00:00 committed by Gerrit Code Review
commit 08bff2ed5a
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ commands = bandit --skip B303 -r docker kolla tests tools
[testenv:venv]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = {posargs}
[testenv:docs]