summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 14:06:36 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:24 -0400
commitdc514a51648afeae24d60d340e4c93934e807c5e (patch)
treeff9c9287694feb4b9b6bb3029c04ca92f6e66b94 /gnu/packages/check.scm
parent716b5bd9d94d7e0f62c1345d16cbc2f008ad279f (diff)
downloadguix-patches-dc514a51648afeae24d60d340e4c93934e807c5e.tar
guix-patches-dc514a51648afeae24d60d340e4c93934e807c5e.tar.gz
gnu: Remove python2-pytest-pep8.
* gnu/packages/check.scm (python2-pytest-pep8): 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 ce5feca020..9172888751 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2399,9 +2399,6 @@ a Pytest test execution.")
(description "Pytest plugin for checking PEP8 compliance.")
(license license:expat)))
-(define-public python2-pytest-pep8
- (package-with-python2 python-pytest-pep8))
-
(define-public python-pytest-perf
(package
(name "python-pytest-perf")