Skip to content

Commit d08d49d

Browse files
Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)
This reverts commit 7659128. It broke tests on the Debian and macOS buildbots.
1 parent 0b0c1d0 commit d08d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_email/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_localtime_epoch_notz_daylight_false(self):
148148
@unittest.skipUnless(os.path.exists('/usr/share/zoneinfo') or
149149
os.path.exists('/usr/lib/zoneinfo'),
150150
"Can't find the Olson's TZ database")
151-
@test.support.run_with_tz('Europe/Kyiv')
151+
@test.support.run_with_tz('Europe/Kiev')
152152
def test_variable_tzname(self):
153153
t0 = datetime.datetime(1984, 1, 1, tzinfo=datetime.timezone.utc)
154154
t1 = utils.localtime(t0)

0 commit comments

Comments
 (0)