diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-23 19:29:11 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-23 23:25:56 +0100 |
commit | f882f62c6bdef79f0348f1cdfe7a727f44a9cc63 (patch) | |
tree | 34bebb9ea0b452040606a752cb7739e9154d6d18 /gnu/local.mk | |
parent | e54f0cf68067cbce0ad27baf52d48f968af100ec (diff) | |
download | guix-f882f62c6bdef79f0348f1cdfe7a727f44a9cc63.tar guix-f882f62c6bdef79f0348f1cdfe7a727f44a9cc63.tar.gz |
gnu: python-pytest: Update to 4.3.1.
* gnu/packages/check.scm (python-pytest): Update to 4.3.1.
[source](patches): Remove.
* gnu/packages/patches/python-pytest-pluggy-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e936343918..41f42e588f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1188,7 +1188,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-pycrypto-CVE-2013-7459.patch \ %D%/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ %D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \ - %D%/packages/patches/python-pytest-pluggy-compat.patch \ %D%/packages/patches/python2-subprocess32-disable-input-test.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ |