From 59a5bd4cfe59146ae0c55ee235cdd9672d83b6b5 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Fri, 14 Apr 2023 13:55:15 +0200 Subject: Update deprecated whitelist_externals in tox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2221 Change-Id: I0dde34ecb36641a0470ff1aac2277f6433f6a716 Signed-off-by: Marek SzwaƂkiewicz --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 34accc5..6602a2c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,12 @@ requires = pip >= 8 [testenv] basepython = python3.8 -whitelist_externals = +allowlist_externals = git bash + /bin/bash + sh + /bin/sh deps = pyyaml == 3.13 bandit == 1.3 -- cgit 1.2.3-korg