Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34f84f2

Browse files
[3.11] Use non alternate name for Kyiv (GH-108533) (GH-108641)
tzdata provides Kiev as an alternative to Kyiv:https://sources.debian.org/src/tzdata/2023c-10/backward/?hl=314GH-L314But Debian moved it to the tzdata-legacy package breaking the test:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050530This patch switches to the name provided by tzdata.(cherry picked from commit7659128)Co-authored-by: Jochen Sprickerhof <github@jochen.sprickerhof.de>
1 parentcc12c96 commit34f84f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/test/test_email/test_utils.py

Lines changed: 1 addition & 1 deletion
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/Kiev')
151+
@test.support.run_with_tz('Europe/Kyiv')
152152
deftest_variable_tzname(self):
153153
t0=datetime.datetime(1984,1,1,tzinfo=datetime.timezone.utc)
154154
t1=utils.localtime(t0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp