diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 20:56:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:04 -0400 |
commit | f07cfa3c9ad1709be05216422672dbdb601c53d7 (patch) | |
tree | dc84d36c3a7e58e69f43be9fde3c199042b1479e /gnu | |
parent | 8a60b34e2b65e8f4a35422bd5a34e1695e222a24 (diff) | |
download | guix-f07cfa3c9ad1709be05216422672dbdb601c53d7.tar.gz guix-f07cfa3c9ad1709be05216422672dbdb601c53d7.zip |
gnu: Remove python2-unittest2.
* gnu/packages/check.scm (python2-unittest2): Delete variable.
Diffstat (limited to 'gnu')
-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 05192af76a..471150c4df 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -953,9 +953,6 @@ interfaces and processes.") standard library.") (license license:psfl))) -(define-public python2-unittest2 - (package-with-python2 python-unittest2)) - (define-public python-pytest (package (name "python-pytest") |