about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-13 09:56:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-13 09:56:58 +0200
commitc04fadeaa6dec5cbea14efc0ec27e929f7bb42c4 (patch)
tree01f364b6efa559499526e803f616c69585427257 /pkgs
parent4948d1b4a733368e649e36884783f64f57e8df21 (diff)
paperless-ngx: fix drf tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 7b3a9c97e7f6b..b961ee941f69b 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
+        ];
       });
     };
   };