From 6cfd6ae04be46219aae93acc8e3ffe6dd667fac2 Mon Sep 17 00:00:00 2001 From: tischrei Date: Thu, 22 Feb 2024 13:25:48 +0000 Subject: [PATCH] fix pep8 template in tox.ini Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- 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