summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 13:41:07 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:20 -0400
commit2af19eb9b5026fc96110ded4b7cb5c49343007bc (patch)
treed386bd83a4faa32304ce0502c89fe6c5f76f2682 /gnu/packages/check.scm
parent4178b304abc667e11d398412df90b4c4b1de1bc4 (diff)
downloadguix-patches-2af19eb9b5026fc96110ded4b7cb5c49343007bc.tar
guix-patches-2af19eb9b5026fc96110ded4b7cb5c49343007bc.tar.gz
gnu: Remove python2-rednose.
* gnu/packages/check.scm (python2-rednose): 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 476292d661..70f3a05e02 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2828,9 +2828,6 @@ JSON APIs with Behave.")
@command{nosetests} command of the Python Nose unit test framework.")
(license license:bsd-3)))
-(define-public python2-rednose
- (package-with-python2 python-rednose))
-
(define-public python-nose-random
(package
(name "python-nose-random")