This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make test always fail at 218/405 ( AssertionError: ',' not found in '1234.5' )
Type: Stage: resolved
Components: Installation Versions: Python 3.6
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: OO O, cheryl.sabella, eric.smith, xiang.zhang, xtreak
Priority: normal Keywords:

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:41adminsetgithub: 73350
2019-05-06 14:47:02cheryl.sabellasetstatus: open -> closed

nosy: + cheryl.sabella
messages: + msg341514

resolution: works for me
stage: resolved
2018-09-22 17:51:41xtreaksetnosy: + xtreak
2017-01-05 14:45:10eric.smithsetnosy: + eric.smith
2017-01-05 04:48:07xiang.zhangsetnosy: + xiang.zhang
messages: + msg284707
2017-01-05 02:21:05OO Ocreate