mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Remove python2-pytest-warnings.
* gnu/packages/check.scm (python2-pytest-warnings): Delete variable.
This commit is contained in:
parent
55fc0947d4
commit
e7a41b15ce
1 changed files with 1 additions and 8 deletions
|
@ -2598,14 +2598,7 @@ (define-public python-pytest-warnings
|
||||||
"Python-pytest-warnings is a pytest plugin to list Python warnings in
|
"Python-pytest-warnings is a pytest plugin to list Python warnings in
|
||||||
pytest report.")
|
pytest report.")
|
||||||
(license license:expat)
|
(license license:expat)
|
||||||
(properties `((python2-variant . ,(delay python2-pytest-warnings))
|
(properties `((superseded unquote python-pytest)))))
|
||||||
;; 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)))))
|
|
||||||
|
|
||||||
(define-public python-pytest-capturelog
|
(define-public python-pytest-capturelog
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue