Fix venv target for creating release notes
Without doc/requirements.txt in the venv target you can't create release notes by doing: tox -e venv -- reno new <slug> This fixes the venv target dependencies to do that. Change-Id: Ia4b0311755fe30a79bdb529dcea4ae21efd57c8a
This commit is contained in:
parent
3550346d47
commit
ce5f70a50e
3
tox.ini
3
tox.ini
@ -154,6 +154,9 @@ commands =
|
||||
[testenv:venv]
|
||||
basepython = python3
|
||||
commands = {posargs}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
|
||||
[doc8]
|
||||
ignore-path = .venv,.git,.tox,*designate/locale*,*lib/python*,*designate.egg*,api-ref/build,doc/build,doc/source/contributor/api
|
||||
|
Loading…
x
Reference in New Issue
Block a user