Commit bac8cc9
fix: set PYTHONDONTWRITEBYTECODE=1 in container to prevent root-owned __pycache__
Python inside the container writes __pycache__/*.pyc as root (container user).
This causes PermissionError during tempfile cleanup in CI docker integration tests.
Setting PYTHONDONTWRITEBYTECODE=1 suppresses .pyc generation entirely, which is
appropriate for a build-tool container that has no need for bytecode caching.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent d6d209d commit bac8cc9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments