From c04fadeaa6dec5cbea14efc0ec27e929f7bb42c4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 13 Jun 2024 09:56:58 +0200 Subject: [PATCH] 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 + ]; }); }; };