diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:59:29 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:59:29 +0200 |
commit | 8e2a60ac2cc208a3a1548c9415eb516611f61fed (patch) | |
tree | 0eecf7df2bff8affced0cb7cce48bb3c3bc3e0e0 /tox.ini | |
parent | e3f79f43ba8e51fda97a5d67cd5c01b04e54c9e1 (diff) |
Update deprecated whitelist_externals in tox
Issue-ID: INT-2221
Change-Id: I16d385d96e25b77343dd8c8dc18cb9b1a4993f90
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'tox.ini')
-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 |