Update tox.ini with allowlist_externals for 4.x compatibility 12/134112/1
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Thu, 13 Apr 2023 11:59:29 +0000 (13:59 +0200)
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Thu, 13 Apr 2023 11:59:33 +0000 (13:59 +0200)
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 <marek.szwalkiewicz@external.t-mobile.pl>
tox.ini

diff --git a/tox.ini b/tox.ini
index d3a4cfc..cdc6595 100644 (file)
--- 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