Issue 29164: make test always fail at 218/405 ( AssertionError: ',' not found in '1234.5' ) (original) (raw)

Issue29164

Created on 2017-01-05 02:21 by OO O, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg284692 - (view) Author: OO O (OO O) Date: 2017-01-05 02:21
make test always fail at 218/405 at test_format.py line 426 message: [218/405/1] test test_format failed -- Traceback (most recent call last): File "/home/vm00/Downloads/Python-3.6.0/Lib/test/test_format.py", line 426, in test_locale self.assertIn(sep, text) AssertionError: ',' not found in '1234.5'
msg284707 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-01-05 04:48
Could you provide your default locale setting, the result of `locale.setlocale(locale.LC_ALL, '')`?
msg341514 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-05-06 14:47
I'm going to close this as out of date since the OP didn't provide the requested additional information. Please re-open if it can still be recreated.
History
Date User Action Args
2022-04-11 14:58:41 admin set github: 73350
2019-05-06 14:47:02 cheryl.sabella set status: open -> closednosy: + cheryl.sabellamessages: + resolution: works for mestage: resolved
2018-09-22 17:51:41 xtreak set nosy: + xtreak
2017-01-05 14:45:10 eric.smith set nosy: + eric.smith
2017-01-05 04:48:07 xiang.zhang set nosy: + xiang.zhangmessages: +
2017-01-05 02:21:05 OO O create