Skip to content
Snippets Groups Projects
Verified Commit ffbbed0d authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

fix: broken tty after pytest --capture=no

parent 3e758aa3
No related branches found
No related tags found
1 merge request!73pytest
Pipeline #4045 passed
...@@ -133,6 +133,7 @@ class Instance: ...@@ -133,6 +133,7 @@ class Instance:
self.command, self.command,
cwd=self.workdir, cwd=self.workdir,
env=self.env or {}, env=self.env or {},
stdin=subprocess.DEVNULL,
start_new_session=True, start_new_session=True,
) )
# Assert a new process group is created # Assert a new process group is created
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment