summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 13:36:46 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:19 -0400
commitdc0da7e56f9e8d8df23c4f551301011f261c2265 (patch)
treedff3b03f225d9e883e7f35c3ecb4361ae60147b4 /gnu/packages/check.scm
parentdc612d54fd2ff437acabeeca3d238c43f6cd740b (diff)
downloadguix-patches-dc0da7e56f9e8d8df23c4f551301011f261c2265.tar
guix-patches-dc0da7e56f9e8d8df23c4f551301011f261c2265.tar.gz
gnu: Remove python2-testlib.
* gnu/packages/check.scm (python2-testlib): 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 f8a6fde6b0..2e9ecba26d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2048,9 +2048,6 @@ tools for mocking system commands and recording calls to those.")
(home-page "https://github.com/trentm/testlib")
(license license:expat)))
-(define-public python2-testlib
- (package-with-python2 python-testlib))
-
;;; The software provided by this package was integrated into pytest 2.8.
(define-public python-pytest-cache
(package