Skip to content

Commit c1bf918

Browse files
stephenatgithubfelixxm
authored andcommitted
[4.1.x] Corrected passenv value for tox 4.0.6+.
Backport of 34b3288 from main
1 parent 2a32d39 commit c1bf918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ basepython = python3
2020
[testenv]
2121
usedevelop = true
2222
# OBJC_DISABLE_INITIALIZE_FORK_SAFETY fixes hung tests for MacOS users. (#30806)
23-
passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY OBJC_DISABLE_INITIALIZE_FORK_SAFETY
23+
passenv = DJANGO_SETTINGS_MODULE,PYTHONPATH,HOME,DISPLAY,OBJC_DISABLE_INITIALIZE_FORK_SAFETY
2424
setenv =
2525
PYTHONDONTWRITEBYTECODE=1
2626
deps =

0 commit comments

Comments
 (0)