diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:36:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:20 -0400 |
commit | 94447313e875338ba59cbc417dc51ece11c949c9 (patch) | |
tree | 82af36721d474d1127cd9c5b2cd7f296d64198a7 | |
parent | dc0da7e56f9e8d8df23c4f551301011f261c2265 (diff) | |
download | guix-94447313e875338ba59cbc417dc51ece11c949c9.tar.gz |
gnu: Remove python2-nose2.
* gnu/packages/check.scm (python2-nose2): 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 2e9ecba26d..8c785fd7f2 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -947,9 +947,6 @@ better plugin api, being easier for users to configure, and simplifying internal interfaces and processes.") (license license:bsd-2))) -(define-public python2-nose2 - (package-with-python2 python-nose2)) - (define-public python-unittest2 (package (name "python-unittest2") |