gnu: Remove python2-pytest-warnings.

* gnu/packages/check.scm (python2-pytest-warnings): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:32:52 -04:00
parent 55fc0947d4
commit e7a41b15ce
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2598,14 +2598,7 @@ (define-public python-pytest-warnings
"Python-pytest-warnings is a pytest plugin to list Python warnings in
pytest report.")
(license license:expat)
(properties `((python2-variant . ,(delay python2-pytest-warnings))
;; This package is part of pytest as of version 3.1.0.
(superseded . ,python-pytest)))))
(define-public python2-pytest-warnings
(package (inherit (package-with-python2
(strip-python2-variant python-pytest-warnings)))
(properties `((superseded . ,python2-pytest)))))
(properties `((superseded unquote python-pytest)))))
(define-public python-pytest-capturelog
(package