gnu: Remove python2-pytest-pep8.

* gnu/packages/check.scm (python2-pytest-pep8): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 14:06:36 -04:00
parent 716b5bd9d9
commit dc514a5164
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2399,9 +2399,6 @@ (define-public python-pytest-pep8
(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")