summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen <101494292+stephenatgithub@users.noreply.github.com>2023-01-25 13:09:57 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-25 06:12:18 +0100
commit238e8898ac0486f60ca3567d2459cda1d51912f3 (patch)
treea1aab0cc8a7e127e31da57e416ca1c267b91b661
parentb381ab4906cdff0ebb4e1c6c8e30996f24be6829 (diff)
[3.2.x] Corrected passenv value for tox 4.0.6+.
Backport of 34b328814976a2e2f7907361a494202763649f3f from main
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6f3c09fddb..3b74bb5a13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ basepython = python3
[testenv]
usedevelop = true
# OBJC_DISABLE_INITIALIZE_FORK_SAFETY fixes hung tests for MacOS users. (#30806)
-passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY OBJC_DISABLE_INITIALIZE_FORK_SAFETY
+passenv = DJANGO_SETTINGS_MODULE,PYTHONPATH,HOME,DISPLAY,OBJC_DISABLE_INITIALIZE_FORK_SAFETY
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =