gnu: Remove python2-nose-timer.

* gnu/packages/check.scm (python2-nose-timer): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 13:36:24 -04:00
parent ddec4b81d6
commit 4746f9fc63
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2917,9 +2917,6 @@ (define-public python-nose-timer
(description "Shows how much time was needed to run individual tests.")
(license license:expat)))
(define-public python2-nose-timer
(package-with-python2 python-nose-timer))
(define-public python-freezegun
(package
(name "python-freezegun")