diff options
| author | Stephen <101494292+stephenatgithub@users.noreply.github.com> | 2023-01-25 13:09:57 +0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-25 06:10:35 +0100 |
| commit | d9d953446652c414fd2258c5da97154c9d352aad (patch) | |
| tree | 69139c8bfd818445266f273c830e5eb6fdff8126 /tox.ini | |
| parent | f23a85337a93cef7bb351f17e61f50841953a74a (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |
