summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 13:36:24 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:19 -0400
commit4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29 (patch)
tree503553c4edc6113980d888d4164440ca5e34b96a /gnu/packages/check.scm
parentddec4b81d6681d58469c70e3e9436df73a980036 (diff)
downloadguix-patches-4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29.tar
guix-patches-4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29.tar.gz
gnu: Remove python2-nose-timer.
* gnu/packages/check.scm (python2-nose-timer): Delete variable.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index cb228c9200..0a64ee5adf 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2917,9 +2917,6 @@ create data based on random numbers and yet remain repeatable.")
(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")