about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-13 09:57:23 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-13 09:57:23 +0200
commit48c06216f599c3b67864baed6b2b0642548ab147 (patch)
treefff1e861d3028689515905f57aa99444c443e895 /pkgs/applications
parentc04fadeaa6dec5cbea14efc0ec27e929f7bb42c4 (diff)
tandoor-recipes: fix drf tests
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/tandoor-recipes/default.nix4
1 files changed, 4 insertions, 0 deletions
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
+        ];
       });
     };
   };