-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Commit 46407fe seems to not be generic enough because running the test in a system where tests where passing before now fails:
======================================================================
FAIL: test_variable_tzname (test.test_email.test_utils.LocaltimeTests.test_variable_tzname)
] ----------------------------------------------------------------------
Traceback (most recent call last):
File "python3.12/test/support/__init__.py", line 890, in inner
return func(*args, **kwds)
File "python3.12/test/test_email/test_utils.py", line 152, in test_variable_tzname
self.assertEqual(t1.tzname(), 'MSK')
AssertionError: 'Europe' != 'MSK'
- Europe
+ MSK
----------------------------------------------------------------------
Linked PRs
- gh-113027: Fix test_variable_tzname in test_email #113821
- [3.12] gh-113027: Fix test_variable_tzname in test_email (GH-113821) #113831
- [3.11] gh-113027: Fix test_variable_tzname in test_email (GH-113821) #113832
- gh-113027: Fix timezone check in test_variable_tzname in test_email #113835
- [3.10] gh-113027: Fix test_variable_tzname in test_email (GH-113821) #126438
- [3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) #126477
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error