From 0c9fc201f30941f710e6721d70e3b4df8efd2c7f Mon Sep 17 00:00:00 2001 From: maskarb Date: Tue, 9 Apr 2024 18:36:32 -0400 Subject: [PATCH] update tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 171587d6..8b1b97ab 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,7 @@ commands = coverage report --show-missing [testenv:sanity] +allowlist_externals = {basepython} usedevelop = True deps = commands = {basepython} {toxinidir}/tests/sanity/import/importer.py {posargs}