python37Packages.pytest-pylint: 0.14.1 -> 0.15.1

This commit is contained in:
R. RyanTM 2020-04-02 00:43:56 +00:00 committed by Jon
parent 82773f457c
commit 6d6dc97c60

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-pylint"; pname = "pytest-pylint";
version = "0.14.1"; version = "0.15.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1v6jqxbvzaw6v3xxwd689agy01k0j06q5c3q8gn2f3jlkrvylf4c"; sha256 = "0sbmnw3bly4pry5lp6q6g0r8xzaxwbdlf0k19k8pygkhllnj6gnx";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytestrunner ];
@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "pytest plugin to check source code with pylint"; description = "pytest plugin to check source code with pylint";
homepage = https://github.com/carsongee/pytest-pylint; homepage = "https://github.com/carsongee/pytest-pylint";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.costrouc ]; maintainers = [ maintainers.costrouc ];
}; };