Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Lib/test/test_pty.py
  • Loading branch information
youknowone authored Jan 5, 2026
commit 02d6d0f5a47a0d46e85b0029eb16400b5c928b00
2 changes: 1 addition & 1 deletion Lib/test/test_pty.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def handle_sighup(signum, frame):
pass

@expectedFailureIfStdinIsTTY
@unittest.skip('TODO: RUSTPYTHON; AttributeError: module "tty" has no attribute "tcgetwinsize"')
@unittest.skip('TODO: RUSTPYTHON; "Not runnable. tty.tcgetwinsize" is required to setUp')
def test_openpty(self):
try:
mode = tty.tcgetattr(pty.STDIN_FILENO)
Expand Down
Loading