diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:36:33 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:19 -0400 |
commit | dc612d54fd2ff437acabeeca3d238c43f6cd740b (patch) | |
tree | a293cef34286099f9f21a5dd92481f8ac45acf8c /gnu | |
parent | 4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29 (diff) | |
download | guix-dc612d54fd2ff437acabeeca3d238c43f6cd740b.tar.gz guix-dc612d54fd2ff437acabeeca3d238c43f6cd740b.zip |
gnu: Remove python2-pytest-catchlog.
* gnu/packages/check.scm (python2-pytest-catchlog): 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 0a64ee5adf..f8a6fde6b0 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2691,9 +2691,6 @@ pytest report.") a fork of pytest-capturelog.") (license license:expat))) -(define-public python2-pytest-catchlog - (package-with-python2 python-pytest-catchlog)) - (define-public python-nosexcover (package (name "python-nosexcover") |