From 48c06216f599c3b67864baed6b2b0642548ab147 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 13 Jun 2024 09:57:23 +0200 Subject: tandoor-recipes: fix drf tests --- pkgs/applications/misc/tandoor-recipes/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/tandoor-recipes/default.nix b/pkgs/applications/misc/tandoor-recipes/default.nix index a0640b8ec78b9..906a266b14e3e 100644 --- a/pkgs/applications/misc/tandoor-recipes/default.nix +++ b/pkgs/applications/misc/tandoor-recipes/default.nix @@ -23,6 +23,10 @@ let rev = version; hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4="; }; + nativeCheckInputs = with super; [ + pytest7CheckHook + pytest-django + ]; }); }; }; -- cgit 1.4.1