diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:36:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:19 -0400 |
commit | 4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29 (patch) | |
tree | 503553c4edc6113980d888d4164440ca5e34b96a /gnu/packages | |
parent | ddec4b81d6681d58469c70e3e9436df73a980036 (diff) | |
download | guix-4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29.tar.gz guix-4746f9fc63ef9c3faeca19aa4c6c2791c55c4f29.zip |
gnu: Remove python2-nose-timer.
* gnu/packages/check.scm (python2-nose-timer): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 3 |
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") |