We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de26d1e commit 3e10f52Copy full SHA for 3e10f52
Lib/test/test_ioctl.py
@@ -66,6 +66,8 @@ def test_ioctl_mutate_2048(self):
66
# Test with a larger buffer, just for the record.
67
self._check_ioctl_mutate_len(2048)
68
69
+ # TODO: RUSTPYTHON
70
+ @unittest.expectedFailure
71
def test_ioctl_signed_unsigned_code_param(self):
72
if not pty:
73
raise unittest.SkipTest('pty module required')
0 commit comments