about summary refs log tree commit diff
path: root/pkgs/applications
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
parent570b575d661c880b744df466c51d889cdb90aa36 (diff)
downloadnixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.tar
nixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.tar.gz
nixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.tar.bz2
nixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.tar.lz
nixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.tar.xz
nixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.tar.zst
nixlib-4320b57d2e2215cc9fa338cda9e01ed4629bc650.zip
beancount: disable testing
Tests weren't actually executed before.
Diffstat (limited to 'pkgs/applications')
-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; [