summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 13:42:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:22 -0400
commitbe6740df96defb6f5c7f69a73e8382bac990bac8 (patch)
treed8e6d4291e33cb92211f872650c64f1b5f3a55c5 /gnu/packages/check.scm
parent6e763df31c458db3fd628b80ef121a30d73ae286 (diff)
downloadguix-patches-be6740df96defb6f5c7f69a73e8382bac990bac8.tar
guix-patches-be6740df96defb6f5c7f69a73e8382bac990bac8.tar.gz
gnu: Remove python2-nose-randomly.
* gnu/packages/check.scm (python2-nose-randomly): 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 a419e448ec..ce5feca020 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2863,9 +2863,6 @@ by resetting it to a repeatable number for each test, enabling the tests to
create data based on random numbers and yet remain repeatable.")
(license license:bsd-3)))
-(define-public python2-nose-randomly
- (package-with-python2 python-nose-randomly))
-
(define-public python-nose-timer
(package
(name "python-nose-timer")