]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) (#117331)
authorVictor Stinner <vstinner@python.org>
Thu, 28 Mar 2024 17:53:43 +0000 (18:53 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 17:53:43 +0000 (17:53 +0000)
commit8bbb12169f4da529de436ed88280cc6888574520
treeae40bd14d0517ea1da957eeb9eb37a1b707d3f54
parent65a0923c708210f393e2dbf5b231ca09c4b045c7
[3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) (#117331)

gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)

Add test.support.skip_on_s390x decorator.

(cherry picked from commit 6702d2bf6edcd5b5415e17837383623b9d76a5b8)
Lib/test/support/__init__.py
Lib/test/test_decimal.py