mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Remove python2-coverage.
* gnu/packages/check.scm (python2-coverage): Delete variable.
This commit is contained in:
parent
dd722fc950
commit
1924d8237d
1 changed files with 0 additions and 3 deletions
|
@ -1790,9 +1790,6 @@ (define-public python-coverage
|
|||
executed.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-coverage
|
||||
(package-with-python2 python-coverage))
|
||||
|
||||
(define-public python-pytest-asyncio
|
||||
(package
|
||||
(name "python-pytest-asyncio")
|
||||
|
|
Loading…
Reference in a new issue