Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #611
Closed
Open
Created Apr 29, 2022 by Zach van Rijn@zOwner

user/py3-babel: FTTFS: error: Test failed: <unittest.runner.TextTestResult run=253 errors=0 failures=4>

Found on x86_64:

test_zone_zero_offset (tests.test_util.FixedOffsetTimezoneTestCase) ... ok

======================================================================
FAIL: test_timezone_gmt (tests.test_dates.DateTimeFormatTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/packages/user/py3-babel/src/Babel-2.7.0/tests/test_dates.py", line 241, in test_timezone_gmt
    self.assertEqual('GMT+01:00', fmt['ZZZZ'])
AssertionError: 'GMT+01:00' != 'GMT+00:00'
- GMT+01:00
?      ^
+ GMT+00:00
?      ^


======================================================================
FAIL: test_timezone_rfc822 (tests.test_dates.DateTimeFormatTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/packages/user/py3-babel/src/Babel-2.7.0/tests/test_dates.py", line 235, in test_timezone_rfc822
    self.assertEqual('+0100', fmt['Z'])
AssertionError: '+0100' != '+0000'
- +0100
?   ^
+ +0000
?   ^


======================================================================
FAIL: test_timezone_formats (tests.test_dates.FormatDatetimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/packages/user/py3-babel/src/Babel-2.7.0/tests/test_dates.py", line 319, in test_timezone_formats
    self.assertEqual(u'-0800', formatted_string)
AssertionError: '-0800' != '+0000'
- -0800
+ +0000


======================================================================
FAIL: test_with_naive_datetime_and_tzinfo (tests.test_dates.FormatTimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/packages/user/py3-babel/src/Babel-2.7.0/tests/test_dates.py", line 436, in test_with_naive_datetime_and_tzinfo
    self.assertEqual('11:30:00 AM EDT', string)
AssertionError: '11:30:00 AM EDT' != '3:30:00 PM EST'
- 11:30:00 AM EDT
? ^^       ^   ^
+ 3:30:00 PM EST
? ^       ^   ^


----------------------------------------------------------------------
Ran 253 tests in 0.391s

FAILED (failures=4)

20220429-17_56_58.536291571_py3-babel.log

Edited Apr 29, 2022 by Zach van Rijn
Assignee
Assign to
Time tracking