Skip to content

Commit 3cb6428

Browse files
committed
remove skip from test_types::test_int__format__locale
1 parent a7c9856 commit 3cb6428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def test_float__format__locale(self):
403403
self.assertEqual(locale.format_string('%g', x, grouping=True), format(x, 'n'))
404404
self.assertEqual(locale.format_string('%.10g', x, grouping=True), format(x, '.10n'))
405405

406-
@unittest.skip("TODO: RustPython format code n is not integrated with locale")
407406
@run_with_locale('LC_NUMERIC', 'en_US.UTF8')
408407
def test_int__format__locale(self):
409408
# test locale support for __format__ code 'n' for integers

0 commit comments

Comments
 (0)