From 7e3817fa5065ca79075f8ea68993ebe4177b17ce Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Tue, 23 Aug 2022 16:01:20 +0200 Subject: [PATCH] tox.ini: pass PYTEST_* env variables (#131) Signed-off-by: Arnaud Patard Signed-off-by: Arnaud Patard --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 130c33e..7cd5129 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,7 @@ passenv = # Pass HOME to the test environment as it is required by # vagrant. Otherwise error happens due to missing HOME env variable. HOME + PYTEST_* setenv = COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}} allowlist_externals =