mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
beancount: disable testing
Tests weren't actually executed before.
This commit is contained in:
parent
570b575d66
commit
4320b57d2e
1 changed files with 3 additions and 1 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue