Revert "Flush stdout before running setup.py."
This reverts commit bd633609ff
.
We now set PYTHONUNBUFFERED in the buildbot environment.
This commit is contained in:
parent
d16ac8f3ce
commit
b86aa9061a
@ -267,8 +267,6 @@ def main():
|
||||
if not restored:
|
||||
create_venv()
|
||||
|
||||
# buildbot seems to show output in the wrong order sometimes?!
|
||||
sys.stdout.flush()
|
||||
utils.print_title("Calling: setup.py develop")
|
||||
venv_python('setup.py', 'develop')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user