kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Test failure in test_tools #10

Open kadler opened 3 years ago

kadler commented 3 years ago
======================================================================
ERROR: test_POT_Creation_Date (test.test_tools.test_i18n.Test_pygettext)
Match the date format from xgettext for POT-Creation-Date
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_tools/test_i18n.py", line 110, in test_POT_Creation_Date
    datetime.strptime(creationDate, '%Y-%m-%d %H:%M%z')
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/_strptime.py", line 568, in _strptime_datetime
    tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/_strptime.py", line 349, in _strptime
    raise ValueError("time data %r does not match format %r" %
ValueError: time data '2020-10-21 12:56CDT' does not match format '%Y-%m-%d %H:%M%z'

----------------------------------------------------------------------

Probably same as #8