gnu: Remove python2-pytest-flakes.
* gnu/packages/check.scm (python2-pytest-flakes): Delete variable.
This commit is contained in:
parent
2abde9b927
commit
af6d88c803
1 changed files with 0 additions and 3 deletions
|
@ -2494,9 +2494,6 @@ each of the environments.")
|
||||||
(description "Pytest plugin for checking Python source code with pyflakes.")
|
(description "Pytest plugin for checking Python source code with pyflakes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pytest-flakes
|
|
||||||
(package-with-python2 python-pytest-flakes))
|
|
||||||
|
|
||||||
(define-public python-coverage-test-runner
|
(define-public python-coverage-test-runner
|
||||||
(package
|
(package
|
||||||
(name "python-coverage-test-runner")
|
(name "python-coverage-test-runner")
|
||||||
|
|
Reference in a new issue