Skip to content

Commit 999dcbd

Browse files
committed
Edit test_cmd_line.py
1 parent 06bb68a commit 999dcbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_cmd_line.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,8 @@ def test_parsing_error(self):
930930
self.assertTrue(proc.stderr.startswith(err_msg), proc.stderr)
931931
self.assertNotEqual(proc.returncode, 0)
932932

933+
# TODO: RUSTPYTHON
934+
@unittest.expectedFailure
933935
def test_int_max_str_digits(self):
934936
code = "import sys; print(sys.flags.int_max_str_digits, sys.get_int_max_str_digits())"
935937

0 commit comments

Comments
 (0)