Skip to content

Commit 980abb0

Browse files
committed
Remove the decorators
1 parent fb6b383 commit 980abb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ def test_type_function(self):
223223
self.assertRaises(TypeError, type, 1, 2)
224224
self.assertRaises(TypeError, type, 1, 2, 3, 4)
225225

226-
# TODO: RUSTPYTHON
227-
@unittest.expectedFailure
228226
def test_int__format__(self):
229227
def test(i, format_spec, result):
230228
# just make sure we have the unified type for integers
@@ -576,8 +574,6 @@ def test(f, format_spec, result):
576574
test(12345.6, "1=20", '111111111111112345.6')
577575
test(12345.6, "*=20", '*************12345.6')
578576

579-
# TODO: RUSTPYTHON
580-
@unittest.expectedFailure
581577
def test_format_spec_errors(self):
582578
# int, float, and string all share the same format spec
583579
# mini-language parser.

0 commit comments

Comments
 (0)