Install reno to venv for creating release note
Although reno was once moved from test-requirements to doc/requirement for introducing the new TPI, it is also necessary for creating a releasenote with 'tox -e venv'. This patch adds doc/requirements to venv for installing reno. Change-Id: Ic9c755ef98b71448457560c78ae69571d1f4bd00
This commit is contained in:
parent
cff1ea73b7
commit
26694e0676
4
tox.ini
4
tox.ini
@ -98,6 +98,10 @@ commands =
|
||||
|
||||
[testenv:venv]
|
||||
setenv = PYTHONHASHSEED=0
|
||||
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}
|
||||
|
||||
[flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user