gnu: python2-testresources: Remove package.

* gnu/packages/check.scm (python2-testresources-bootstrap)
(python2-testresources): Delete.
This commit is contained in:
Maxim Cournoyer 2021-01-29 10:12:48 -05:00
parent b9a54aad0b
commit 037615cf71
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -1504,9 +1504,6 @@ style tests.")))
testresources package instead.") testresources package instead.")
(license (list license:bsd-3 license:asl2.0)))) ; at the user's option (license (list license:bsd-3 license:asl2.0)))) ; at the user's option
(define-public python2-testresources-bootstrap
(package-with-python2 python-testresources-bootstrap))
(define-public python-testresources (define-public python-testresources
(package (package
(inherit python-testresources-bootstrap) (inherit python-testresources-bootstrap)
@ -1521,9 +1518,6 @@ testresources package instead.")
"Testresources is an extension to Python's unittest to allow declarative "Testresources is an extension to Python's unittest to allow declarative
use of resources by test cases."))) use of resources by test cases.")))
(define-public python2-testresources
(package-with-python2 python-testresources))
(define-public python-subunit-bootstrap (define-public python-subunit-bootstrap
(package (package
(name "python-subunit-bootstrap") (name "python-subunit-bootstrap")