diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:59:08 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:59:08 +0200 |
commit | 14c53e04f23273ac50347cf61b78632ee5fc9fdc (patch) | |
tree | 228b45678d41b62ae2d6d92ab4a43ec5d893c3e8 | |
parent | 0a885a2b3595988922b8e7af3e76bef4913de8bd (diff) |
Update deprecated whitelist_externals in tox
Issue-ID: INT-2221
Change-Id: Ibfe29391ecb1702103e25931b3f5a15a67ced662
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 -whitelist_externals = +allowlist_externals = git bash + /bin/bash + sh + /bin/sh deps = coala-bears nodeenv |