Allow executable "rm" in docs job.

Change-Id: I01e7fd361044a73c62fb00107260d82f3d2c67a3
This commit is contained in:
Hongbin Lu 2023-01-31 02:39:28 +00:00
parent 6a7c3f7c4c
commit b97d49c9bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
@ -40,6 +39,7 @@ commands =
coverage report
[testenv:docs]
allowlist_externals = rm
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =