aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-13 13:59:29 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-13 13:59:33 +0200
commit0cde237470dbecdf92f41208fec358ad2ed33dbf (patch)
tree6b6d17080dd96fcfe2364004f8f597815bf7b057
parent18e638f69ead16979e0253c688a4710859b8cd94 (diff)
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 <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
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