diff --git a/pkgs/development/python-modules/ansible-compat/default.nix b/pkgs/development/python-modules/ansible-compat/default.nix index b31b55082467..16e9924ef09f 100644 --- a/pkgs/development/python-modules/ansible-compat/default.nix +++ b/pkgs/development/python-modules/ansible-compat/default.nix @@ -15,7 +15,6 @@ coreutils, ansible-core, flaky, - git, pytest-mock, pytestCheckHook, }: @@ -51,7 +50,6 @@ buildPythonPackage rec { nativeCheckInputs = [ ansible-core flaky - git pytest-mock pytestCheckHook ];