gnu: Remove python2-nose.

* gnu/packages/check.scm (python2-nose): Delete variable.
(python-nose)[properties]: Delete field.
This commit is contained in:
Maxim Cournoyer 2022-05-13 15:07:07 -04:00
parent 9c19bdbf5c
commit 0fa989172d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -887,17 +887,7 @@ (define-public python-nose
(synopsis "Python testing library")
(description
"Nose extends the unittest library to make testing easier.")
(license license:lgpl2.0+)
(properties `((python2-variant . ,(delay python2-nose))))))
(define-public python2-nose
(let ((base (package-with-python2
(strip-python2-variant python-nose))))
(package/inherit base
(arguments (substitute-keyword-arguments (package-arguments base)
((#:phases phases)
`(modify-phases ,phases
(delete 'invoke-2to3))))))))
(license license:lgpl2.0+)))
(define-public python-nose2
(package