]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-53203: Fix test_strptime on Solaris (GH-125785) (GH-125806)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2024 19:42:18 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 19:42:18 +0000 (19:42 +0000)
commit8257ecd8882b9086a174a46e60dc3939732b345b
tree8283d575518499668a2adfe147763b77348ef3c0
parentc1c3f5d19efc8f86c164ebc937f4a708db35ec4a
[3.13] gh-53203: Fix test_strptime on Solaris (GH-125785) (GH-125806)

Use fixed timezone.
Skip roundtrip tests on locales with 2-digit year.
(cherry picked from commit 9dde4638e44639d45bd7d72e70a8d410995a585a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_strptime.py