mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python2-testrepository: Remove package.
* gnu/packages/check.scm (python2-testrepository-bootstrap) (python2-testrepository): Delete variables.
This commit is contained in:
parent
cefe8d6026
commit
d8b88603ee
1 changed files with 0 additions and 6 deletions
|
@ -1642,9 +1642,6 @@ (define-public python-testrepository-bootstrap
|
|||
"Bootstrap package for python-testrepository. Don't use this.")
|
||||
(license (list license:bsd-3 license:asl2.0)))) ; at user's option
|
||||
|
||||
(define-public python2-testrepository-bootstrap
|
||||
(package-with-python2 python-testrepository-bootstrap))
|
||||
|
||||
(define-public python-testrepository
|
||||
(package
|
||||
(inherit python-testrepository-bootstrap)
|
||||
|
@ -1662,9 +1659,6 @@ (define-public python-testrepository
|
|||
be used as part of a developer's workflow to check things such as what tests
|
||||
have failed since the last commit or what tests are currently failing.")))
|
||||
|
||||
(define-public python2-testrepository
|
||||
(package-with-python2 python-testrepository))
|
||||
|
||||
(define-public python-coverage
|
||||
(package
|
||||
(name "python-coverage")
|
||||
|
|
Loading…
Reference in a new issue