diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2023-08-29 20:08:45 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 20:08:45 (GMT) |
| commit | d08d49dd09917531b113486976b03b5287b574f1 (patch) | |
| tree | 8053ac44bcf7d47337c1abcca70ac2aebd9c55c8 /Lib/test/test_email/test_utils.py | |
| parent | 0b0c1d046cac540deefc56ab3c38732bc76f6c56 (diff) | |
| download | cpython-d08d49dd09917531b113486976b03b5287b574f1.zip cpython-d08d49dd09917531b113486976b03b5287b574f1.tar.gz cpython-d08d49dd09917531b113486976b03b5287b574f1.tar.bz2 | |
Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)
This reverts commit 7659128b9d7a30ddbcb063bc12e2ddb0f1f119e0.
It broke tests on the Debian and macOS buildbots.
Diffstat (limited to 'Lib/test/test_email/test_utils.py')
| -rw-r--r-- | Lib/test/test_email/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_email/test_utils.py b/Lib/test/test_email/test_utils.py index 5768c7d..25fa48c 100644 --- a/Lib/test/test_email/test_utils.py +++ b/Lib/test/test_email/test_utils.py @@ -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) |
