From 243721dc890cb1c7e5840accfc75414e8d89a58d Mon Sep 17 00:00:00 2001 From: Maurice Escher Date: Thu, 23 Feb 2023 10:44:33 +0100 Subject: [PATCH] tox4 needs allowlist_externals for fast8 Change-Id: I239c54cedcb3e0dd125ef702d8a3aee8049df578 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 3ce05eac10..a34f037199 100644 --- a/tox.ini +++ b/tox.ini @@ -122,6 +122,8 @@ commands = [testenv:fast8] # Let's run fast8 under py3 by default because the py3 checks are stricter. +allowlist_externals = + {toxinidir}/tools/fast8.sh commands = {toxinidir}/tools/fast8.sh