8000 Unmark fixed tests · RustPython/RustPython@8f7a6a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f7a6a8

Browse files
committed
Unmark fixed tests
1 parent 28c087f commit 8f7a6a8

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
@@ -392,7 +392,6 @@ def test(i, format_spec, result):
392392
test(123456, &quo 58F8 t;1=20", '11111111111111123456')
393393
test(123456, "*=20", '**************123456')
394394

395-
@unittest.expectedFailure
396395
@run_with_locale('LC_NUMERIC', 'en_US.UTF8')
397396
def test_float__format__locale(self):
398397
# test locale support for __format__ code 'n'

0 commit comments

Comments
 (0)
0