diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-12 22:15:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-12 22:16:33 +0100 |
commit | 867dcbe3a10bedf894b71cfabd2db22ca8dc249e (patch) | |
tree | cf76973fef2768d8fe8455f750da573a66b7693f /gnu/local.mk | |
parent | 915556639237231d906ea16c533a224dfb5fed73 (diff) | |
download | guix-867dcbe3a10bedf894b71cfabd2db22ca8dc249e.tar.gz |
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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0d39de5c6e..faaf428e9d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1666,6 +1666,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-peachpy-determinism.patch \ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \ %D%/packages/patches/python-pyfakefs-remove-bad-test.patch \ + %D%/packages/patches/python-pyflakes-test-location.patch \ %D%/packages/patches/python-flint-includes.patch \ %D%/packages/patches/python-libxml2-utf8.patch \ %D%/packages/patches/python-matplotlib-run-under-wayland-gtk3.patch \ |