summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen <101494292+stephenatgithub@users.noreply.github.com>2023-01-25 13:09:57 +0800
committerGitHub <noreply@github.com>2023-01-25 06:09:57 +0100
commit34b328814976a2e2f7907361a494202763649f3f (patch)
tree965d49ef1f2cf241db9b64bbdebece2d57438fd4 /tox.ini
parentd3c93cdc597e0efc2815111c04dd5a427432ed37 (diff)
downloaddjango-34b328814976a2e2f7907361a494202763649f3f.tar.gz
Corrected passenv value for tox 4.0.6+.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 98cab3abf4..38fbaaab65 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,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 =