diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 09:41:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 09:41:04 (GMT) |
commit | 2cf7f865f099db11cc6903b334d9c376610313e8 (patch) | |
tree | bd2f0b9fe770e4d68b34d97a2ade8aee6cb63144 /Misc | |
parent | d8066b420b888591f485d132e62979d07abfc3f4 (diff) | |
download | cpython-2cf7f865f099db11cc6903b334d9c376610313e8.zip cpython-2cf7f865f099db11cc6903b334d9c376610313e8.tar.gz cpython-2cf7f865f099db11cc6903b334d9c376610313e8.tar.bz2 |
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-03-14-17-10-35.bpo-46587.ASDsJX.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-03-14-17-10-35.bpo-46587.ASDsJX.rst b/Misc/NEWS.d/next/Tests/2022-03-14-17-10-35.bpo-46587.ASDsJX.rst new file mode 100644 index 0000000..ebd94ab --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-03-14-17-10-35.bpo-46587.ASDsJX.rst @@ -0,0 +1,2 @@ +Skip tests if platform's ``strftime`` does not support non-portable glibc +extensions. |