gnu: python-pylint: Update to 1.7.2.

* gnu/packages/python.scm (python-pylint): Update to 1.7.2.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
This commit is contained in:
Marius Bakke 2017-07-04 02:50:46 +02:00
parent de2f56cf96
commit a8a964db83
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 3 deletions

View File

@ -14023,7 +14023,7 @@ statements in the module it tests.")
(define-public python-pylint (define-public python-pylint
(package (package
(name "python-pylint") (name "python-pylint")
(version "1.6.5") (version "1.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -14032,10 +14032,12 @@ statements in the module it tests.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08pmgflmq2zrzrn9nkfadzwa5vybz46wvwxhrsd2mjlcgsh4rzbm")))) "0mzn1czhf1mgr2wiqfihb274sja02h899b85kywdpivppa9nwrmp"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-tox" ,python-tox))) `(("python-pytest" ,python-pytest)
("python-pytest-runner" ,python-pytest-runner)
("python-tox" ,python-tox)))
(propagated-inputs (propagated-inputs
`(("python-astroid" ,python-astroid) `(("python-astroid" ,python-astroid)
("python-isort" ,python-isort) ("python-isort" ,python-isort)