From c04fadeaa6dec5cbea14efc0ec27e929f7bb42c4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 13 Jun 2024 09:56:58 +0200 Subject: [PATCH 1/2] paperless-ngx: fix drf tests --- pkgs/applications/office/paperless-ngx/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix index 7b3a9c97e7f6..b961ee941f69 100644 --- a/pkgs/applications/office/paperless-ngx/default.nix +++ b/pkgs/applications/office/paperless-ngx/default.nix @@ -57,6 +57,10 @@ let rev = version; hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4="; }; + nativeCheckInputs = with prev; [ + pytest7CheckHook + pytest-django + ]; }); }; }; From 48c06216f599c3b67864baed6b2b0642548ab147 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 13 Jun 2024 09:57:23 +0200 Subject: [PATCH 2/2] tandoor-recipes: fix drf tests --- pkgs/applications/misc/tandoor-recipes/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/misc/tandoor-recipes/default.nix b/pkgs/applications/misc/tandoor-recipes/default.nix index a0640b8ec78b..906a266b14e3 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 + ]; }); }; };