From 2c9bd64ed7ad6cf68d8880cee61b553315d3db2a Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Fri, 27 Jan 2023 23:50:34 -0800 Subject: [PATCH] separate passenv with newlines --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index babf033..bcacef3 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,11 @@ toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox # useful for tests to know they are running under ci # respect user's cache dirs to prevent tox from crapping into project dir [testenv] -passenv = CI,CI_*,MYPY_CACHE_DIR,PYTHONPYCACHEPREFIX +passenv = + CI + CI_* + MYPY_CACHE_DIR + PYTHONPYCACHEPREFIX # just the very core tests with minimal dependencies