You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that debugpy no longer shows the prompt if stdin is not a TTY, the test is broken. It needs to be redone using a pty device, so that sys.stdin.isatty() inside the debuggee returns True.
The text was updated successfully, but these errors were encountered:
Now that debugpy no longer shows the prompt if stdin is not a TTY, the test is broken. It needs to be redone using a pty device, so that
sys.stdin.isatty()
inside the debuggee returns True.The text was updated successfully, but these errors were encountered: