From 0cde237470dbecdf92f41208fec358ad2ed33dbf Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Thu, 13 Apr 2023 13:59:29 +0200 Subject: Update tox.ini with allowlist_externals for 4.x compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg