From 362d606bc22be9c0f08c144e2b973ab44b432eeb Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 10:44:45 +0200 Subject: [PATCH] python3Packages.pytest-benchmark: use gitMinimal --- pkgs/development/python-modules/pytest-benchmark/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-benchmark/default.nix b/pkgs/development/python-modules/pytest-benchmark/default.nix index fc4fbef0c72c..9142e7eabecc 100644 --- a/pkgs/development/python-modules/pytest-benchmark/default.nix +++ b/pkgs/development/python-modules/pytest-benchmark/default.nix @@ -5,7 +5,7 @@ elasticsearch, fetchFromGitHub, freezegun, - git, + gitMinimal, mercurial, nbmake, py-cpuinfo, @@ -52,7 +52,7 @@ buildPythonPackage rec { nativeCheckInputs = [ freezegun - git + gitMinimal mercurial nbmake pytestCheckHook