From 81435b628278ef2b0945f282728475c4cd4cd5af Mon Sep 17 00:00:00 2001 From: Chris Langfield Date: Fri, 23 Dec 2022 12:24:06 -0500 Subject: [PATCH] allow external cmd sh --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9a2d6d2558..4676a9c5d3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ minversion = 3.8.0 [testenv] changedir = tests +allowlist_externals = sh deps = parameterized pytest