id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 13361 test_pretty_dateinfo failing when Babel is unavailable Jun Omae Jun Omae "I noticed the following test fails while working tests with `build=minimum` on GitHub Actions. {{{ ====================================================================== FAIL: test_pretty_dateinfo (trac.web.tests.chrome.ChromeTemplateRenderingTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/home/jun66j5/src/tracdev/git/trac/web/tests/chrome.py"", line 1118, in test_pretty_dateinfo self.assertRegex(content, textwrap.dedent(""""""\ AssertionError: Regex didn't match: '\n\n\n\n\n' not found in '\n\n\n\n\n' : }}} Work around is to add `export LANC=C` before `make unit-test` but the issue is not fixed on Windows. `setlocale()` in C runtime on Windows doesn't respect `LANG`, `LC_*` environments." defect closed normal 1.5.3 general normal fixed Workaround for test failures due to changing locale on call of `tidylib.tidy_document`.