From 4320b57d2e2215cc9fa338cda9e01ed4629bc650 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 28 May 2016 14:15:44 +0200 Subject: [PATCH] beancount: disable testing Tests weren't actually executed before. --- pkgs/applications/office/beancount/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/office/beancount/default.nix b/pkgs/applications/office/beancount/default.nix index 8811183dfc8f..4114fbffa392 100644 --- a/pkgs/applications/office/beancount/default.nix +++ b/pkgs/applications/office/beancount/default.nix @@ -13,8 +13,10 @@ pythonPackages.buildPythonApplication rec { buildInputs = with pythonPackages; [ nose ]; + # Automatic tests cannot be run because it needs to import some local modules for tests. + doCheck = false; checkPhase = '' - nosetests $out + nosetests ''; propagatedBuildInputs = with pythonPackages; [