Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_wait_on_exit needs to use pty #73

Open
int19h opened this issue Mar 13, 2020 · 0 comments
Open

test_wait_on_exit needs to use pty #73

int19h opened this issue Mar 13, 2020 · 0 comments
Labels
test issue Test failures and other issues with test runs and CI.

Comments

@int19h
Copy link
Contributor

int19h commented Mar 13, 2020

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.

@int19h int19h added the bug Something isn't working label Mar 13, 2020
int19h added a commit to int19h/debugpy that referenced this issue Mar 13, 2020
int19h added a commit that referenced this issue Mar 14, 2020
@int19h int19h added test issue Test failures and other issues with test runs and CI. and removed bug Something isn't working labels Aug 2, 2021
@judej judej assigned debonte and unassigned debonte Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test issue Test failures and other issues with test runs and CI.
Projects
None yet
Development

No branches or pull requests

2 participants