diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:41:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:21 -0400 |
commit | af6d88c803f2338cf199ec76f65e8fd25f774fe6 (patch) | |
tree | f6fe317bad7f263fe9b3c8d2ba91847b521e0b4e /gnu/packages/check.scm | |
parent | 2abde9b9270f822794921147631d3f48dd3498fb (diff) |
gnu: Remove python2-pytest-flakes.
* gnu/packages/check.scm (python2-pytest-flakes): Delete variable.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 3 |
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") |