From: Marek SzwaƂkiewicz Date: Thu, 13 Apr 2023 11:59:29 +0000 (+0200) Subject: Update tox.ini with allowlist_externals for 4.x compatibility X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration.git;a=commitdiff_plain;h=0cde237470dbecdf92f41208fec358ad2ed33dbf Update tox.ini with allowlist_externals for 4.x compatibility Change to tox 4.x forced deprecation of whitelist_externals which now need to be called allowlist_externals. Issue-ID: INT-2220 Change-Id: I1884945d8f46653dc08e141b4f27f68de98874d1 Signed-off-by: Marek SzwaƂkiewicz --- diff --git a/tox.ini b/tox.ini index d3a4cfc42..cdc65959c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,12 @@ requires = pip >= 8 [testenv] basepython = python3.8 -whitelist_externals = +allowlist_externals = git + sh + /bin/sh bash + /bin/bash deps = coala-bears nodeenv