diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:57:09 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:57:09 +0200 |
commit | ee0c678ac5ed3f5442bedae3c33767d81a810c35 (patch) | |
tree | 6bb555c0265b439569e6f7b1203ddf7c479df82f | |
parent | 1eaabdb8299e49dc7e81c205edce8ce46e64a511 (diff) |
Update deprecated whitelist_externals in tox
Issue-ID: INT-2221
Change-Id: I906f8556f7a7840484499b3b6c47bc63a4779fdc
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 |