From ad47ee62c251d0a09fdf7695f32b736ef76a9197 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:49:19 +0100 Subject: [PATCH] memtree: deduplicate pytestCheckHook --- pkgs/by-name/me/memtree/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/me/memtree/package.nix b/pkgs/by-name/me/memtree/package.nix index daf2bfa39ec8..f69c3f8e95d3 100644 --- a/pkgs/by-name/me/memtree/package.nix +++ b/pkgs/by-name/me/memtree/package.nix @@ -18,7 +18,6 @@ python3Packages.buildPythonApplication { nativeBuildInputs = with python3Packages; [ poetry-core - pytestCheckHook ]; propagatedBuildInputs = with python3Packages; [ @@ -27,7 +26,7 @@ python3Packages.buildPythonApplication { nativeCheckInputs = with python3Packages; [ hypothesis - pytest + pytestCheckHook ]; pytestFlagsArray = [ "-v" ];