Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)

This reverts commit 7659128b9d.

It broke tests on the Debian and macOS buildbots.
This commit is contained in:
Serhiy Storchaka 2023-08-29 23:08:45 +03:00 committed by GitHub
parent 0b0c1d046c
commit d08d49dd09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)