3
0
Fork 0
forked from mirrors/nixpkgs

beancount: disable testing

Tests weren't actually executed before.
This commit is contained in:
Frederik Rietdijk 2016-05-28 14:15:44 +02:00
parent 570b575d66
commit 4320b57d2e

View file

@ -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; [