python3Packages.lektor: does not depend on pytest-pylint

This commit is contained in:
Robert Schütz 2022-05-22 20:37:36 +00:00
parent e381b64026
commit efd3568e02

View File

@ -62,7 +62,6 @@ buildPythonPackage rec {
checkInputs = [
pytest-click
pytest-mock
pytest-pylint
pytestCheckHook
];