diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:57:33 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:57:33 +0200 |
commit | 8e16e20ce1cdd4dcb9172fb7b47b35699894d70b (patch) | |
tree | 6917ebb2c81d59bf86caeae7803077a28e0ac942 | |
parent | 63501fbea1b8a6dc859099c3465b1758e19e0956 (diff) |
Update deprecated whitelist_externals in tox
Issue-ID: INT-2221
Change-Id: I8b7d2337266ed16de3f8c9b0e8cb0a1acf66b7f8
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 |