mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable Python stdio buffering when spawning processes in tests.
This commit is contained in:
parent
f60cc99c8f
commit
ca56bf70ba
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ class Session(object):
|
|||
env.prepend_to("PYTHONPATH", python_path)
|
||||
env.update(base_env)
|
||||
|
||||
env["PYTHONUNBUFFERED"] = "1"
|
||||
env["PTVSD_TEST_SESSION_ID"] = str(self.id)
|
||||
env.prepend_to("PYTHONPATH", DEBUGGEE_PYTHONPATH.strpath)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue