gnu: python-mypy: Fix test errors on i686-linux.

* gnu/packages/patches/python-mypy-12332.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-check.scm (python-mypy)[source]<origin>: Use patch
"python-mypy-12332.patch" to avoid overflow issues resulting in test failures.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
itd 2022-03-13 21:08:03 +01:00 committed by Ludovic Courtès
parent d93706aded
commit 2b315fe020
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 72 additions and 1 deletions

View file

@ -1658,7 +1658,9 @@ supported by the MyPy typechecker.")
(file-name (git-file-name name version))
(sha256
(base32
"1v83flrdxh8grcp40qw04q4hzjflih9xwib64078vsxv2w36f817"))))
"1v83flrdxh8grcp40qw04q4hzjflih9xwib64078vsxv2w36f817"))
(patches
(search-patches "python-mypy-12332.patch"))))
(build-system python-build-system)
(arguments
`(#:phases