12 buildPythonPackage rec {
13 pname = "pytest-pylint";
18 inherit pname version;
19 sha256 = "790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27";
22 nativeBuildInputs = [ pytestrunner ];
24 buildInputs = [ pytest ];
26 propagatedBuildInputs = [
32 # tests not included with release
36 description = "pytest plugin to check source code with pylint";
37 homepage = "https://github.com/carsongee/pytest-pylint";
38 license = licenses.mit;
39 maintainers = [ maintainers.costrouc ];