]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
authorChristian Heimes <christian@python.org>
Tue, 15 Mar 2022 09:41:04 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 09:41:04 +0000 (10:41 +0100)
commit2cf7f865f099db11cc6903b334d9c376610313e8
treebd2f0b9fe770e4d68b34d97a2ade8aee6cb63144
parentd8066b420b888591f485d132e62979d07abfc3f4
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/datetimetester.py
Lib/test/support/__init__.py
Lib/test/test_support.py
Lib/test/test_time.py
Misc/NEWS.d/next/Tests/2022-03-14-17-10-35.bpo-46587.ASDsJX.rst [new file with mode: 0644]