gnu: python2-testrepository: Remove package.

* gnu/packages/check.scm (python2-testrepository-bootstrap)
(python2-testrepository): Delete variables.
This commit is contained in:
Maxim Cournoyer 2021-01-29 10:29:02 -05:00
parent cefe8d6026
commit d8b88603ee
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")