From bc269b93b00e6c576da545bbfca431c37afd9401 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 31 Dec 2024 15:30:53 +0100 Subject: [PATCH] python312Packages.ansible-compat: remove unneeded git from nativeCheckInputs --- pkgs/development/python-modules/ansible-compat/default.nix | 2 -- 1 file changed, 2 deletions(-) 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 ];