]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)
authorPetr Viktorin <encukou@gmail.com>
Tue, 12 Nov 2024 09:26:31 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 09:26:31 +0000 (10:26 +0100)
commitfb0b642bf1aa3ec276304b7170deedd5040c1698
tree0e41107e51e057002f6ddc00d684c2648d52886c
parent011fb84db5fdbdfe542188b2259f2c42d5862122
[3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)

Determine the support of the Kyiv timezone by checking the result of
astimezone() which uses the system tz database and not the one
populated by zoneinfo.

(cherry picked from commit 931d7e052e22aa01e18fcc67ed71b6ea305aff71)
Lib/test/test_email/test_utils.py