From 6e631d7dff80229f4e5c7236b3a54e7d1903dc0e Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 20 Feb 2024 15:26:55 +0000 Subject: [PATCH] fix pep8 template in tox.ini --- otc_metadata/templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index ed8b8e26..8be94f0e 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -13,6 +13,8 @@ commands = stestr run {posargs} stestr slowest [testenv:pep8] +allowlist_externals = + doc8 commands = doc8 doc/source README.rst