gnu: python2-testrepository: Remove package.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 29 Jan 2021 15:29:02 +0000 (10:29 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 29 Jan 2021 15:58:24 +0000 (10:58 -0500)
* gnu/packages/check.scm (python2-testrepository-bootstrap)
(python2-testrepository): Delete variables.

gnu/packages/check.scm

index 24d928e..e16a4b1 100644 (file)
@@ -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")