Skip to content

Commit

Permalink
[4.1.x] Corrected passenv value for tox 4.0.6+.
Browse files Browse the repository at this point in the history
Backport of 34b3288 from main
  • Loading branch information
stephenatgithub authored and felixxm committed Jan 25, 2023
1 parent 2a32d39 commit c1bf918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c1bf918

Please sign in to comment.