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
This commit is contained in:
Sharlatan Hellseher 2024-11-22 11:44:00 +00:00
parent e5a81b3f9f
commit f35a8c2416
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")