From d3975dbf9880cb8da748633d9136ed6b0a42a26f Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 7 Jan 2024 19:29:14 -0500 Subject: [PATCH] Restore config --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f61bddf..fd18008 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ deps: extras = tests commands = pytest -s {posargs} +passenv = HOME,SHELL,DOITLIVE_INTERPRETER [testenv:lint] deps = pre-commit~=3.5