From 6b96f3c267f5d4c6596f16b6a66f3afa328368e9 Mon Sep 17 00:00:00 2001 From: armorbreak001 Date: Wed, 22 Apr 2026 10:35:50 +0800 Subject: [PATCH] fix(tox): use comma-separated values in passenv --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 73c0d77..7d786a3 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ platform = macos: darwin linux: linux windows: win32 -passenv = CI GITHUB_ACTIONS DISPLAY XAUTHORITY +passenv = CI,GITHUB_ACTIONS,DISPLAY,XAUTHORITY setenv = PYTHONPATH = {toxinidir} extras =