From 800cbf7cfd1d71ce9da742b3b88f362c0c75f1c0 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 3 Dec 2019 15:09:29 -0500 Subject: [PATCH] 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 Change-Id: Ic6e53d3aa10d48d56af2886e9dee59c52a9a2994 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index eccdc470a..e19716434 100644 --- a/tox.ini +++ b/tox.ini @@ -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]