summaryrefslogtreecommitdiff
path: root/tox.ini
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:10:35 +0100
commitd9d953446652c414fd2258c5da97154c9d352aad (patch)
tree69139c8bfd818445266f273c830e5eb6fdff8126 /tox.ini
parentf23a85337a93cef7bb351f17e61f50841953a74a (diff)
[4.2.x] Corrected passenv value for tox 4.0.6+.
Backport of 34b328814976a2e2f7907361a494202763649f3f from main
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 e3db75bf4a..a9d4fc0a1a 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 =