diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 20:45:18 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-13 12:28:46 +0200 |
commit | 431df1214e5c5819ca22157a8a6d94d1e066a56b (patch) | |
tree | 04b9c3d00e054dcfecd7ea94b5052e4475ef0388 /gnu/local.mk | |
parent | f561830a5bc6d7df07fbf3cd8af37e4f83f33620 (diff) |
gnu: python-dateutil: Adjust tests for Pytest 7.
* gnu/packages/patches/python-dateutil-pytest-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/time.scm (python-dateutil)[source](patches): New field.
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 0ee0a4d8b6..f0c1f60c8a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1692,6 +1692,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-argcomplete-1.11.1-fish31.patch \ %D%/packages/patches/python-cross-compile.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ + %D%/packages/patches/python-dateutil-pytest-compat.patch \ %D%/packages/patches/python-debugpy-unbundle-pydevd.patch \ %D%/packages/patches/python-docopt-pytest6-compat.patch \ %D%/packages/patches/python-execnet-read-only-fix.patch \ |