Skip to content

Commit 238e889

Browse files
stephenatgithubfelixxm
authored andcommitted
[3.2.x] Corrected passenv value for tox 4.0.6+.
Backport of 34b3288 from main
1 parent b381ab4 commit 238e889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ basepython = python3
1919
[testenv]
2020
usedevelop = true
2121
# OBJC_DISABLE_INITIALIZE_FORK_SAFETY fixes hung tests for MacOS users. (#30806)
22-
passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY OBJC_DISABLE_INITIALIZE_FORK_SAFETY
22+
passenv = DJANGO_SETTINGS_MODULE,PYTHONPATH,HOME,DISPLAY,OBJC_DISABLE_INITIALIZE_FORK_SAFETY
2323
setenv =
2424
PYTHONDONTWRITEBYTECODE=1
2525
deps =

0 commit comments

Comments
 (0)