11 buildPythonPackage rec {
12 pname = "pytest-pylint";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-iHZLjh1c+hiAkkjgzML8BQNfCMNfCwIi3c/qHDxOVT4=";
24 substituteInPlace setup.py \
25 --replace "pytest-runner" ""
32 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 description = "Pytest plugin to check source code with pylint";
47 homepage = "https://github.com/carsongee/pytest-pylint";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];