beancount: disable testing
Tests weren't actually executed before.
This commit is contained in:
@@ -13,8 +13,10 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
buildInputs = with pythonPackages; [ nose ];
|
buildInputs = with pythonPackages; [ nose ];
|
||||||
|
|
||||||
|
# Automatic tests cannot be run because it needs to import some local modules for tests.
|
||||||
|
doCheck = false;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
nosetests $out
|
nosetests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
|||||||
Reference in New Issue
Block a user