Skip to content

Commit 8468b2a

Browse files
committed
Fix tox -e venv -- reno new <slug>
Change I7e8c47dead1e019e8705db3ff7559dd39b1d90d9 broke the ability to create a new release note from the venv tox target because the reno requirement was moved from test-requirements.txt. This fixes it. Change-Id: Ifac83121388728fa445e0ed4433c9d981c057737
1 parent db0c923 commit 8468b2a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ commands =
8787
{toxinidir}/openstackclient/tests/functional/run_stestr.sh {posargs}
8888

8989
[testenv:venv]
90+
deps =
91+
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
92+
-r{toxinidir}/requirements.txt
93+
-r{toxinidir}/doc/requirements.txt
9094
commands = {posargs}
9195

9296
[testenv:cover]

0 commit comments

Comments
 (0)