From ee45638ad63170e6f0d5db7f57b3ef7c66d7b93a Mon Sep 17 00:00:00 2001 From: misohu Date: Fri, 9 Dec 2022 11:37:03 +0100 Subject: [PATCH] fix: add allow_externals tox to testenv in root tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2ec74c46..51b1e415 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,8 @@ src_path = {toxinidir}/src/ tst_path = {toxinidir}/tests/ [testenv] +allowlist_externals = + tox setenv = controller: CHARM = controller ui: CHARM = ui