mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Use non alternate name for Kyiv (GH-108533)
tzdata provides Kiev as an alternative to Kyiv: https://sources.debian.org/src/tzdata/2023c-10/backward/?hl=314#L314 But Debian moved it to the tzdata-legacy package breaking the test: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050530 This patch switches to the name provided by tzdata.
This commit is contained in:
parent
9205dfeca5
commit
7659128b9d
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/Kiev')
|
||||
@test.support.run_with_tz('Europe/Kyiv')
|
||||
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