From: Serhiy Storchaka Date: Tue, 29 Aug 2023 20:09:20 +0000 (+0300) Subject: [3.11] Revert "[3.11] Use non alternate name for Kyiv (GH-108533) (GH-108641)" (GH... X-Git-Tag: v3.11.6~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e4c3efec17da14d26cd512a7ec97ee8ddd8a9f7;p=thirdparty%2FPython%2Fcpython.git [3.11] Revert "[3.11] Use non alternate name for Kyiv (GH-108533) (GH-108641)" (GH-108650) This reverts commit 34f84f2b9f60d35a142fcdf2d2b855914b69de6d. It broke tests on the Debian and macOS buildbots. --- diff --git a/Lib/test/test_email/test_utils.py b/Lib/test/test_email/test_utils.py index 800729a62d87..78afb358035e 100644 --- a/Lib/test/test_email/test_utils.py +++ b/Lib/test/test_email/test_utils.py @@ -148,7 +148,7 @@ class LocaltimeTests(unittest.TestCase): @unittest.skipUnless(os.path.exists('/usr/share/zoneinfo') or os.path.exists('/usr/lib/zoneinfo'), "Can't find the Olson's TZ database") - @test.support.run_with_tz('Europe/Kyiv') + @test.support.run_with_tz('Europe/Kiev') def test_variable_tzname(self): t0 = datetime.datetime(1984, 1, 1, tzinfo=datetime.timezone.utc) t1 = utils.localtime(t0)