add reno to allowlist_externals

enables adding a release note with tox 4

Change-Id: Ia32da2b511b1cd901d74c6b2f126d0c0bc910dff
This commit is contained in:
Maurice Escher 2023-03-30 09:17:01 +02:00
parent f3ec5e738c
commit fe0a356381
No known key found for this signature in database
GPG Key ID: CC56DEC23EE46750
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,7 @@ environment in manila:
.. code-block:: console
$ tox -e newnote slug-goes-here
$ tox -e newnote -- slug-goes-here
.. note::

View File

@ -33,6 +33,7 @@ commands =
allowlist_externals = rm
[testenv:newnote]
allowlist_externals = reno
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
@ -115,7 +116,7 @@ usedevelop = False
setenv =
{[testenv]setenv}
PYTHON=coverage run --source manila --parallel-mode
allowlist_externals =
allowlist_externals =
{toxinidir}/tools/cover.sh
commands =
{toxinidir}/tools/cover.sh {posargs}