gnu: python2-testrepository: Remove package.
* gnu/packages/check.scm (python2-testrepository-bootstrap) (python2-testrepository): Delete variables.master
parent
cefe8d6026
commit
d8b88603ee
|
@ -1642,9 +1642,6 @@ Python tests.")))
|
|||
"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 @@ Python tests.")))
|
|||
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")
|
||||
|
|
Reference in New Issue