diff options
Diffstat (limited to 'gnu/packages/check.scm')
-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") |