mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
[3.11] Revert "[3.11] Use non alternate name for Kyiv (GH-108533) (GH-108641)" (GH-108650)
This reverts commit 34f84f2b9f.
It broke tests on the Debian and macOS buildbots.
This commit is contained in:
parent
d79216d48f
commit
2e4c3efec1
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def test_localtime_epoch_notz_daylight_false(self):
|
|||
@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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue