summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 13:41:50 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:21 -0400
commitaf6d88c803f2338cf199ec76f65e8fd25f774fe6 (patch)
treef6fe317bad7f263fe9b3c8d2ba91847b521e0b4e
parent2abde9b9270f822794921147631d3f48dd3498fb (diff)
downloadguix-patches-af6d88c803f2338cf199ec76f65e8fd25f774fe6.tar
guix-patches-af6d88c803f2338cf199ec76f65e8fd25f774fe6.tar.gz
gnu: Remove python2-pytest-flakes.
* gnu/packages/check.scm (python2-pytest-flakes): Delete variable.
-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 2369245982..2596b8aaa8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2494,9 +2494,6 @@ each of the environments.")
(description "Pytest plugin for checking Python source code with pyflakes.")
(license license:expat)))
-(define-public python2-pytest-flakes
- (package-with-python2 python-pytest-flakes))
-
(define-public python-coverage-test-runner
(package
(name "python-coverage-test-runner")