]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_strptime on Cygwin (#150438)
authorVictor Stinner <vstinner@python.org>
Tue, 26 May 2026 02:25:07 +0000 (04:25 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 02:25:07 +0000 (04:25 +0200)
commitf500e4e351afa24d13cb75e88eb90c1bd6667d9f
tree4484681004a736fa91627f86b99117a167e3534f
parentbc67dadb1bf97b5348342fc2c58b7f35de9b21de
gh-149879: Fix test_strptime on Cygwin (#150438)

Skip my_MM and or_IN locales on multiple tests, since the tests fail
on Cygwin.
Lib/test/test_strptime.py