diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:55:44 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:55:44 +0200 |
commit | fde61f313311b41bc21f6ca7e6e6907e18b99a3b (patch) | |
tree | b21035032b8212f96d050d211547cad651cc1d0d | |
parent | 9b6961bc61f8dbad734c04e9030f29a876725f85 (diff) |
Update deprecated whitelist_externals in tox
Issue-ID: INT-2221
Change-Id: I1975d9d9d2ded101a041e11dc042d7d0263bc4a9
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 |