sharlatan pushed a commit to branch python-team
in repository guix.
commit ca259f2b53627b294c378d070fe1687057a141e4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Nov 22 11:44:00 2024 +0000
gnu: Remove python-pytest-catchlog.
It's unmaintained for 7y, failing to build and not in use by any other
packages in Guix.
* gnu/packages/check.scm (python-pytest-catchlog): Delete variable.
Change-Id: Ia16c03a965d7b6fc493e950b41cdbc3a8898c1f2
---
gnu/packages/check.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2f6772ecf9..5a157964a8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3276,29 +3276,6 @@ pytest report.")
"Python-pytest-catchlog is a pytest plugin to catch log messages.")
(license license:expat)))
-(define-public python-pytest-catchlog
- (package
- (name "python-pytest-catchlog")
- (version "1.2.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pytest-catchlog" version ".zip"))
- (sha256
- (base32
- "1w7wxh27sbqwm4jgwrjr9c2gy384aca5jzw9c0wzhl0pmk2mvqab"))))
- (build-system python-build-system)
- (native-inputs
- (list unzip))
- (propagated-inputs
- (list python-pytest))
- (home-page "https://github.com/eisensheng/pytest-catchlog")
- (synopsis "Pytest plugin to catch log messages")
- (description
- "Python-pytest-catchlog is a pytest plugin to catch log messages. This is
-a fork of pytest-capturelog.")
- (license license:expat)))
-
(define-public python-nosexcover
(package
(name "python-nosexcover")