]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-53203: Fix test_strptime on Solaris (GH-125785)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Oct 2024 19:17:39 +0000 (22:17 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 19:17:39 +0000 (22:17 +0300)
commit9dde4638e44639d45bd7d72e70a8d410995a585a
treebf9e023f444a06fbd1cd9b7f38b1c1a1ee49c816
parentdcc4fb2c9068f60353f0c0978948b7681f7745e6
gh-53203: Fix test_strptime on Solaris (GH-125785)

Use fixed timezone.
Skip roundtrip tests on locales with 2-digit year.
Lib/test/test_strptime.py