From 3408625bf69fc37704c98e0c666c41e0f4463db3 Mon Sep 17 00:00:00 2001 From: Khanh Bui Date: Wed, 4 Jan 2023 11:31:56 -0800 Subject: [PATCH 1/2] allow `bash` with allowlist_externals --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c6cdf81c..b2fe9099 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = [testenv] allowlist_externals = + bash /bin/bash /usr/bin/bash C:\Program Files\Git\bin\bash.EXE From a3b651e288193251eac213fd749aa45193f17fa8 Mon Sep 17 00:00:00 2001 From: Khanh Bui Date: Fri, 6 Jan 2023 10:06:54 -0800 Subject: [PATCH 2/2] delete old `bash` paths --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b2fe9099..12d89b3c 100644 --- a/tox.ini +++ b/tox.ini @@ -7,9 +7,6 @@ envlist = [testenv] allowlist_externals = bash - /bin/bash - /usr/bin/bash - C:\Program Files\Git\bin\bash.EXE commands = python manage.py test --noinput