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
test_posix_pty_functions fails on Solaris/illumos:
OSError: [Errno 25] Inappropriate ioctl for device
The test opens a pty slave with os.open() and expects os.ttyname() to work, but on System V-derived systems the slave is not a terminal until the ptem and ldterm STREAMS modules are pushed onto it. Push them on sunos.
Bug report
test_posix_pty_functionsfails on Solaris/illumos:The test opens a pty slave with
os.open()and expectsos.ttyname()to work, but on System V-derived systems the slave is not a terminal until theptemandldtermSTREAMS modules are pushed onto it. Push them onsunos.Linked PRs