From ac7b44b4e86d9e4fea4b06904e5a6f8072f5e508 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 29 Nov 2021 11:45:18 +0000 Subject: [PATCH] Minor tox fixes (#1761) - newer name for externals - avoid using custom callbacks (will break with newer ansible versions) --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 81cedd649a..f3c118769f 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,7 @@ setenv = PIP_DISABLE_PIP_VERSION_CHECK = 1 PRE_COMMIT_COLOR = always FORCE_COLOR = 1 -whitelist_externals = +allowlist_externals = sh [testenv:lint] @@ -155,7 +155,6 @@ setenv = ANSIBLE_FORCE_COLOR=1 ANSIBLE_NOCOWS=1 ANSIBLE_PYTHON_INTERPRETER=auto_silent - ANSIBLE_STDOUT_CALLBACK=yaml NO_COLOR=1 [testenv:packaging]