Skip to content

Commit db89fde

Browse files
authored
acc: Set PYTHONUNBUFFERED in tests (#2797)
## Why This ensures that output from Python process is not delayed or stuck, which is important as we poll output from Python process in some tests, such as apps/run-local.
1 parent c6337e8 commit db89fde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acceptance/test.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ TimeoutCloud = '120s'
99

1010
Env.PYTHONDONTWRITEBYTECODE = "1"
1111
EnvRepl.PYTHONDONTWRITEBYTECODE = false
12+
13+
Env.PYTHONUNBUFFERED = "1"
14+
EnvRepl.PYTHONUNBUFFERED = false

0 commit comments

Comments
 (0)