Fix tox dependencies for release note generation

Change-Id: I3aa42fe9225ca57151b5fdf1252a8fa37773d86a
This commit is contained in:
Mark Goddard 2018-12-13 13:58:12 +00:00
parent 32beb0a642
commit 41aa8f9a86
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]