From 0fa989172df685170590e42b6eadc151cbd2acba Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 13 May 2022 15:07:07 -0400 Subject: gnu: Remove python2-nose. * gnu/packages/check.scm (python2-nose): Delete variable. (python-nose)[properties]: Delete field. --- gnu/packages/check.scm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index fdf14f7cf2..66e7993996 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -887,17 +887,7 @@ available via the @code{unittest.mock} module.") (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 -- cgit v1.2.3