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/packages/time.scm | |
parent | f561830a5bc6d7df07fbf3cd8af37e4f83f33620 (diff) | |
download | guix-431df1214e5c5819ca22157a8a6d94d1e066a56b.tar guix-431df1214e5c5819ca22157a8a6d94d1e066a56b.tar.gz |
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/packages/time.scm')
-rw-r--r-- | gnu/packages/time.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index fea9ff25f7..9128056f78 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -196,6 +196,7 @@ Pendulum instances.") (origin (method url-fetch) (uri (pypi-uri "python-dateutil" version)) + (patches (search-patches "python-dateutil-pytest-compat.patch")) (sha256 (base32 "11iy7m4bp2lgfkcl0r6xzf34bvk7ppjmsyn2ygfikbi72v6cl8q1")))) |