-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
pexpect tests hang on macOS #2022
Comments
I found that even consuming all of the input before calling
|
Reappeared in test_pdb_custom_cls_with_settrace in d75748e, I'll open a PR |
Happened to me today.
Calling ssh-keygen was hanging on .wait() : this was working in linux
|
@zakkg3 IIRC it will hang on osx with unread output. Maybe the pytester spawn method could take care of that automatically? (i.e. read anything on test/fixture teardown)? |
In #985, I discovered that many tests on macOS are bypassed because pexpect appears to operate unreliably on that platform.
The text was updated successfully, but these errors were encountered: