]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Aug 2023 20:08:45 +0000 (23:08 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 20:08:45 +0000 (23:08 +0300)
This reverts commit 7659128b9d7a30ddbcb063bc12e2ddb0f1f119e0.

It broke tests on the Debian and macOS buildbots.

Lib/test/test_email/test_utils.py

index 5768c7d0eb57eb428ab94460a7cb064dffad9a9a..25fa48c5ee217b5100ccf34ddafd6d3a90775f05 100644 (file)
@@ -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)