diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-13 13:59:29 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-13 13:59:33 +0200 |
commit | 0cde237470dbecdf92f41208fec358ad2ed33dbf (patch) | |
tree | 6b6d17080dd96fcfe2364004f8f597815bf7b057 | |
parent | 18e638f69ead16979e0253c688a4710859b8cd94 (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.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |