summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:48:24 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:11 -0400
commitf5c3588726f664adbf849df4b09cdc8fbffecc2f (patch)
treeb877f55b382bb6c552092d840b01c7665f3e7ba5 /gnu/packages/python-web.scm
parentc76c7556cdf8b1cdd98d4b7a7e8144d419a92212 (diff)
downloadguix-patches-f5c3588726f664adbf849df4b09cdc8fbffecc2f.tar
guix-patches-f5c3588726f664adbf849df4b09cdc8fbffecc2f.tar.gz
gnu: Remove python2-zope-testrunner.
* gnu/packages/python-web.scm (python2-zope-testrunner): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 905c4d8fc9..4eccfcb29f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2288,9 +2288,6 @@ tests.")
("python-zope-exceptions" ,python-zope-exceptions-bootstrap)))
(properties `((hidden? . #t)))))
-(define-public python2-zope-testrunner
- (package-with-python2 python-zope-testrunner))
-
(define-public python-zope-i18nmessageid
(package
(name "python-zope-i18nmessageid")