Explain test_format_huge_item_number skip

This commit is contained in:
Padraic Fanning
2021-02-08 21:21:04 -05:00
parent 64265e49be
commit 1db5622c21

View File

@@ -1341,7 +1341,7 @@ class UnicodeTest(string_tests.CommonTest,
with self.assertRaises(ValueError):
result = format(2.34, format_string)
@unittest.skip("TODO: RUSTPYTHON")
@unittest.skip("TODO: RUSTPYTHON, IndexError: tuple index out of range")
def test_format_huge_item_number(self):
format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
with self.assertRaises(ValueError):