diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:37:04 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:20 -0400 |
commit | 099c5a90e407fedeca3423c306687d8c9e73005c (patch) | |
tree | 25f2eb1a29b170aa54b871ecb038d4065e710aa6 /gnu | |
parent | 94447313e875338ba59cbc417dc51ece11c949c9 (diff) | |
download | guix-099c5a90e407fedeca3423c306687d8c9e73005c.tar.gz |
gnu: Remove python2-pytest-capturelog.
* gnu/packages/check.scm (python2-pytest-capturelog): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 8c785fd7f2..0cc5be8734 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2659,9 +2659,6 @@ pytest report.") "Python-pytest-catchlog is a pytest plugin to catch log messages.") (license license:expat))) -(define-public python2-pytest-capturelog - (package-with-python2 python-pytest-capturelog)) - (define-public python-pytest-catchlog (package (name "python-pytest-catchlog") |