From ed59c6d090e8ffa5630878bdaa5633837a5c31c4 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 12 Dec 2022 15:04:59 -0800 Subject: [PATCH] Fix pass_env in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd5bdd20..04e44995 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py{37,38,39,310}{,-cov} [testenv] deps = -rtests/requirements.txt -passenv = DEBUGPY_LOG_DIR DEBUGPY_TESTS_FULL TRAVIS +passenv = DEBUGPY_LOG_DIR,DEBUGPY_TESTS_FULL setenv = DEBUGPY_TEST=1 commands =