summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-08-14 10:38:39 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-16 00:25:38 +0100
commita2dbf2af82e1104aba8cf53fe704281ad4071bab (patch)
treefb65e6beec16ff96796f696c98470dc56b0f6b50
parentb55c1df9fe90261b4208cd1bb77c1b252051ce0c (diff)
gnu: Remove python-pytest-capturelog.
This package is deprecated for 8 years !! Its core functionality is already in pytest itself. * gnu/packages/check.scm (python-pytest-capturelog): Delete variable. Change-Id: I7678551de1d17eb3783d9a2a4e25b86801773db5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/check.scm20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 004ddef446c..d754f6de2be 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3215,26 +3215,6 @@ pragmas to control it from within your code. Additionally, it is
possible to write plugins to add your own checks.")
(license license:gpl2+)))
-(define-public python-pytest-capturelog
- (package
- (name "python-pytest-capturelog")
- (version "0.7")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pytest-capturelog" version ".tar.gz"))
- (sha256
- (base32
- "038049nyjl7di59ycnxvc9nydivc5m8np3hqq84j2iirkccdbs5n"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-pytest))
- (home-page "https://bitbucket.org/memedough/pytest-capturelog/overview")
- (synopsis "Pytest plugin to catch log messages")
- (description
- "Python-pytest-catchlog is a pytest plugin to catch log messages.")
- (license license:expat)))
-
(define-public python-nosexcover
(package
(name "python-nosexcover")