gnu: python2-testtools: Remove package.

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

View File

@ -1405,9 +1405,6 @@ subprocess and see the output as well as any file modifications.")
"This package is only for bootstrapping. Do not use this.") "This package is only for bootstrapping. Do not use this.")
(license license:psfl))) (license license:psfl)))
(define-public python2-testtools-bootstrap
(package-with-python2 python-testtools-bootstrap))
(define-public python-testtools (define-public python-testtools
(package (package
(inherit python-testtools-bootstrap) (inherit python-testtools-bootstrap)
@ -1433,9 +1430,6 @@ subprocess and see the output as well as any file modifications.")
provide matchers, more debugging information, and cross-Python provide matchers, more debugging information, and cross-Python
compatibility."))) compatibility.")))
(define-public python2-testtools
(package-with-python2 python-testtools))
(define-public python-testscenarios-bootstrap (define-public python-testscenarios-bootstrap
(package (package
(name "python-testscenarios-bootstrap") (name "python-testscenarios-bootstrap")