summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-06-23 17:52:28 +0200
committerLudovic Courtès <ludo@gnu.org>2021-06-29 12:37:32 +0200
commit87b872d5c510bd3cd39cc04fc44be5a4a49e158f (patch)
tree1f3e91e347e1f8a42094fc2474b7eec10cb67366 /gnu/packages/check.scm
parent24c7e0497d69eea6570161dc8beba8d6fb9debaf (diff)
downloadguix-patches-87b872d5c510bd3cd39cc04fc44be5a4a49e158f.tar
guix-patches-87b872d5c510bd3cd39cc04fc44be5a4a49e158f.tar.gz
gnu: python2-scripttest: Remove package.
* gnu/packages/check.scm (python2-scripttest): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 7b20d863e6..658905a7f5 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1391,9 +1391,6 @@ interactive command-line applications. With it you can run a script in a
subprocess and see the output as well as any file modifications.")
(license license:expat)))
-(define-public python2-scripttest
- (package-with-python2 python-scripttest))
-
(define-public python-testtools-bootstrap
(package
(name "python-testtools-bootstrap")