]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Feb 2022 23:32:02 +0000 (00:32 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 23:32:02 +0000 (00:32 +0100)
commit9475dc0b8d2a0db40278bbcb88a89b1265a77ec9
treecf5d098db745eb21cf1ceb269b5b26676fba9bfc
parentc9c178fdb1af01e441a6c83f3a21a67e5dd9f17d
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)

Skip test_pair() and test_speech128() of test_zlib on s390x since
they fail if zlib uses the s390x hardware accelerator.
Lib/test/test_zlib.py
Misc/NEWS.d/next/Tests/2022-02-03-09-45-26.bpo-46623.vxzuhV.rst [new file with mode: 0644]