mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyflakes@2.2: Adjust tests for Python 3.9.
* gnu/packages/patches/python-pyflakes-test-location.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyflakes-2.2): Use it.
This commit is contained in:
parent
9155566392
commit
867dcbe3a1
3 changed files with 46 additions and 1 deletions
|
@ -9992,7 +9992,9 @@ plugin for flake8 to check PEP-8 naming conventions.")
|
|||
(uri (pypi-uri "pyflakes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j3zqbiwkyicvww499bblq33x0bjpzdrxajhaysr7sk7x5gdgcim"))))))
|
||||
"1j3zqbiwkyicvww499bblq33x0bjpzdrxajhaysr7sk7x5gdgcim"))
|
||||
(patches
|
||||
(search-patches "python-pyflakes-test-location.patch"))))))
|
||||
|
||||
(define-public python-mccabe
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue