summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-22 20:37:36 +0000
committerRobert Schütz <nix@dotlambda.de>2022-05-22 20:37:36 +0000
commitefd3568e0269a2d816c81dbca79170b8a4b694ce (patch)
treecf29c0980b1d7961ffa3e5d77fe36134b9787850 /pkgs
parente381b64026110f81fd0777bba61619feeb2a0508 (diff)
python3Packages.lektor: does not depend on pytest-pylint
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/lektor/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/lektor/default.nix b/pkgs/development/python-modules/lektor/default.nix
index 4688b7394cc3..0c0c5c108a46 100644
--- a/pkgs/development/python-modules/lektor/default.nix
+++ b/pkgs/development/python-modules/lektor/default.nix
@@ -62,7 +62,6 @@ buildPythonPackage rec {
checkInputs = [
pytest-click
pytest-mock
- pytest-pylint
pytestCheckHook
];