diff options
author | Christian Heimes <christian@python.org> | 2022-03-18 11:27:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 11:27:20 (GMT) |
commit | d190a9351be577a534a84fd1899f02a9f50f7276 (patch) | |
tree | 190b4bf0808d970bd4df50699f69889b9e3813b8 /Misc | |
parent | 2217462bda1865a047d358306088682ee6a091ed (diff) | |
download | cpython-d190a9351be577a534a84fd1899f02a9f50f7276.zip cpython-d190a9351be577a534a84fd1899f02a9f50f7276.tar.gz cpython-d190a9351be577a534a84fd1899f02a9f50f7276.tar.bz2 |
bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-03-16-21-29-30.bpo-47037.xcrLpJ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-03-16-21-29-30.bpo-47037.xcrLpJ.rst b/Misc/NEWS.d/next/Tests/2022-03-16-21-29-30.bpo-47037.xcrLpJ.rst new file mode 100644 index 0000000..f4f28d1 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-03-16-21-29-30.bpo-47037.xcrLpJ.rst @@ -0,0 +1,2 @@ +Skip ``strftime("%4Y")`` feature test on Windows. It can cause an assertion +error in debug builds. |