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: