mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
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:
parent
e5a81b3f9f
commit
f35a8c2416
1 changed files with 0 additions and 23 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue