Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922955 - [guru] dev-python/dateparser-1.2.0 fails tests: AssertionError: datetime.timedelta(0) != datetime.timedelta(seconds=7200)
Summary: [guru] dev-python/dateparser-1.2.0 fails tests: AssertionError: datetime.time...
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-26 11:33 UTC by Agostino Sarubbo
Modified: 2024-01-26 11:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,58.07 KB, application/x-xz)
2024-01-26 11:33 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-26 11:33:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/dateparser-1.2.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-26 11:33:50 UTC
Created attachment 883157 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-26 11:33:51 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E   AssertionError: datetime.timedelta(0) != datetime.timedelta(seconds=7200)
E   AssertionError: datetime.timedelta(days=-1, seconds=43200) != datetime.timedelta(days=-1, seconds=50400)
E   AssertionError: datetime.timedelta(days=-1, seconds=82800) != datetime.timedelta(0)
E   AssertionError: datetime.timedelta(seconds=14400) != datetime.timedelta(seconds=21600)
E   AssertionError: datetime.timedelta(seconds=1800) != datetime.timedelta(seconds=5400)
FAILED tests/test_timezone_parser.py::TestLocalTZOffset::test_timezone_offset_calculation_0 - AssertionError: datetime.timedelta(seconds=14400) != datetime.timedelta(sec...
FAILED tests/test_timezone_parser.py::TestLocalTZOffset::test_timezone_offset_calculation_1 - AssertionError: datetime.timedelta(days=-1, seconds=82800) != datetime.time...
FAILED tests/test_timezone_parser.py::TestLocalTZOffset::test_timezone_offset_calculation_2 - AssertionError: datetime.timedelta(seconds=1800) != datetime.timedelta(seco...
FAILED tests/test_timezone_parser.py::TestLocalTZOffset::test_timezone_offset_calculation_3 - AssertionError: datetime.timedelta(days=-1, seconds=43200) != datetime.time...
FAILED tests/test_timezone_parser.py::TestLocalTZOffset::test_timezone_offset_calculation_4 - AssertionError: datetime.timedelta(0) != datetime.timedelta(seconds=7200)