Update deps for tox venv target

This makes the venv target use all of the requirements files
including docs/requirements so you can create a release note
using:

  $ tox -e venv -- reno new <slug>

Change-Id: Ic6e53d3aa10d48d56af2886e9dee59c52a9a2994
This commit is contained in:
Matt Riedemann
2019-12-03 15:09:29 -05:00
parent b503f1ff57
commit 800cbf7cfd

View File

@@ -47,6 +47,11 @@ commands =
local-check-factory = openstack._hacking.factory
[testenv:venv]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = {posargs}
[testenv:debug]