aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/beancount
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-05-28 14:15:44 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-05-28 14:19:00 +0200
commit4320b57d2e2215cc9fa338cda9e01ed4629bc650 (patch)
treed14cd66bca334756f49e95eb7f2651919fa5b1dd /pkgs/applications/office/beancount
parent570b575d661c880b744df466c51d889cdb90aa36 (diff)
beancount: disable testing
Tests weren't actually executed before.
Diffstat (limited to 'pkgs/applications/office/beancount')
-rw-r--r--pkgs/applications/office/beancount/default.nix4
1 files changed, 3 insertions, 1 deletions
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; [