mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python2-testtools: Remove package.
* gnu/packages/check.scm (python2-testtools-bootstrap) (python2-testtools): Delete variables.
This commit is contained in:
parent
a59cdc108b
commit
a215577f06
1 changed files with 0 additions and 6 deletions
|
@ -1405,9 +1405,6 @@ (define-public python-testtools-bootstrap
|
|||
"This package is only for bootstrapping. Do not use this.")
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python2-testtools-bootstrap
|
||||
(package-with-python2 python-testtools-bootstrap))
|
||||
|
||||
(define-public python-testtools
|
||||
(package
|
||||
(inherit python-testtools-bootstrap)
|
||||
|
@ -1433,9 +1430,6 @@ (define-public python-testtools
|
|||
provide matchers, more debugging information, and cross-Python
|
||||
compatibility.")))
|
||||
|
||||
(define-public python2-testtools
|
||||
(package-with-python2 python-testtools))
|
||||
|
||||
(define-public python-testscenarios-bootstrap
|
||||
(package
|
||||
(name "python-testscenarios-bootstrap")
|
||||
|
|
Loading…
Reference in a new issue