From 8538cfb74dd9bbadb0fe618fc732979a7fdd48d3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 31 Oct 2025 01:50:26 +0900 Subject: [PATCH] tox: Fix broken autopep8 target Change-Id: I9c9e14be32b8c6e0d668741cbd6d6821bdb4392e Signed-off-by: Takashi Kajinami --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 0fbc252864..aa3be4614d 100644 --- a/tox.ini +++ b/tox.ini @@ -395,6 +395,8 @@ commands = [testenv:autopep8] deps = autopep8>=2.1.0 +allowlist_externals = + {toxinidir}/tools/format.sh commands = {toxinidir}/tools/format.sh