diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:41:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:20 -0400 |
commit | 2af19eb9b5026fc96110ded4b7cb5c49343007bc (patch) | |
tree | d386bd83a4faa32304ce0502c89fe6c5f76f2682 | |
parent | 4178b304abc667e11d398412df90b4c4b1de1bc4 (diff) | |
download | guix-2af19eb9b5026fc96110ded4b7cb5c49343007bc.tar guix-2af19eb9b5026fc96110ded4b7cb5c49343007bc.tar.gz |
gnu: Remove python2-rednose.
* gnu/packages/check.scm (python2-rednose): Delete variable.
-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 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") |