From 7484c7c25225d05e5c94cec5f5e16478d0c37d76 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Sun, 11 Dec 2022 11:32:53 +0100 Subject: [PATCH] Fix passenv for tox v4 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 43bdda327..98f3f285c 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,9 @@ commands_pre = piplatest: python -m pip install -U pip pip --version commands = pytest {posargs} -passenv = CI GITHUB_ACTIONS +passenv = + CI + GITHUB_ACTIONS pip_pre=True [testenv:checkqa]