mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
0b0c1d046c
commit
d08d49dd09
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue