From ce34102151c570825caba734256f6d3db07f132e Mon Sep 17 00:00:00 2001 From: con-f-use Date: Thu, 26 Feb 2026 17:11:45 +0100 Subject: [PATCH] devpi-ldap: remove pytest-flake8 No longer needed and causes fresh breakage due to update in nixpkgs. --- pkgs/development/python-modules/devpi-ldap/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/devpi-ldap/default.nix b/pkgs/development/python-modules/devpi-ldap/default.nix index ed788598d476..d5cb45aa8995 100644 --- a/pkgs/development/python-modules/devpi-ldap/default.nix +++ b/pkgs/development/python-modules/devpi-ldap/default.nix @@ -6,7 +6,6 @@ ldap3, mock, pytest-cov-stub, - pytest-flake8, pytestCheckHook, pythonOlder, pythonAtLeast, @@ -46,7 +45,6 @@ buildPythonPackage (finalAttrs: { devpi-server mock pytest-cov-stub - pytest-flake8 pytestCheckHook webtest ];