Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722656 - dev-lang/python-3.8.2-r2 fails test test_localtime_timezone
Summary: dev-lang/python-3.8.2-r2 fails test test_localtime_timezone
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-05-12 09:06 UTC by Alexey
Modified: 2020-05-13 00:32 UTC (History)
2 users (show)

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


Attachments
emerge --info (file_722656.txt,14.98 KB, text/plain)
2020-05-12 09:06 UTC, Alexey
Details
build.log (build.log,313.36 KB, text/x-log)
2020-05-12 09:08 UTC, Alexey
Details
3.7 (build.log,335.93 KB, text/x-log)
2020-05-12 10:49 UTC, Alexey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2020-05-12 09:06:38 UTC
Created attachment 638396 [details]
emerge --info

======================================================================
FAIL: test_localtime_timezone (test.test_time.TestPytime)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.8.2-r2/work/Python-3.8.2/Lib/test/test_time.py", line 691, in test_localtime_timezone
    self.assertEqual(lt.tm_gmtoff, -[time.timezone, time.altzone][lt.tm_isdst])
AssertionError: 3600 != 0
Comment 1 Alexey 2020-05-12 09:08:19 UTC
Created attachment 638398 [details]
build.log
Comment 2 Alexey 2020-05-12 10:49:34 UTC
python-3.7.7-r2 breaks with a similar but different error.
Comment 3 Alexey 2020-05-12 10:49:54 UTC
Created attachment 638420 [details]
3.7
Comment 4 Mike Gilbert gentoo-dev 2020-05-13 00:32:59 UTC
(In reply to Alexey from comment #2)
> python-3.7.7-r2 breaks with a similar but different error.

Please file a separate bug for that.