diff --git a/pkgs/development/python-modules/rf-protocols/default.nix b/pkgs/development/python-modules/rf-protocols/default.nix index 49fc6ce5e5d6..6830639ae52b 100644 --- a/pkgs/development/python-modules/rf-protocols/default.nix +++ b/pkgs/development/python-modules/rf-protocols/default.nix @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, - prek, pyprojectVersionPatchHook, pytest-asyncio, pytestCheckHook, @@ -33,7 +32,6 @@ buildPythonPackage (finalAttrs: { ]; nativeCheckInputs = [ - prek pytest-asyncio pytestCheckHook ];