From 3f9d9b26269ae0448b74335e67c9657f2cf44fb5 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Sat, 18 Mar 2023 12:52:45 +0200 Subject: [PATCH] Fix tox in Azure CI Fixes: https://pagure.io/freeipa/issue/9347 Signed-off-by: Alexander Bokovoy Reviewed-By: Francisco Trivino --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8efa749b0..da0e4d320 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ skip_missing_interpreters=true skipsdist=true [testenv] +allowlist_externals={toxinidir}/.tox-install.sh # always re-create virtual env. A special install helper is used to configure, # build and install packages. recreate=True