diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:58:44 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:58:44 +0200 |
commit | bf7531619b68489039dbeda8b9dde818efe1c843 (patch) | |
tree | 6e04eedaf886f74e4859ca72170466e71cf087e8 | |
parent | 418ead1a891421f087dcb667eda1c6650c85796d (diff) |
Update deprecated whitelist_externals in tox
Issue-ID: INT-2221
Change-Id: I8adbb74fc7069eebacce46beac078d5256b826d6
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 |