From 867dcbe3a10bedf894b71cfabd2db22ca8dc249e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 12 Dec 2021 22:15:56 +0100 Subject: 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. --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/local.mk') 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 \ -- cgit v1.2.3