From 2e8ccdf5021f2028e00aeaf3d15aae220cc0c9ab Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sun, 29 Mar 2026 12:12:22 +0800 Subject: [PATCH] python3Packages.fava-investor: fix build --- .../python-modules/fava-investor/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/development/python-modules/fava-investor/default.nix b/pkgs/development/python-modules/fava-investor/default.nix index b48017855e4f..b341337d4d9e 100644 --- a/pkgs/development/python-modules/fava-investor/default.nix +++ b/pkgs/development/python-modules/fava-investor/default.nix @@ -45,6 +45,20 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; + disabledTestPaths = [ + # First differing element 1: + # '----------------- -------- ------------' + # '------------- -------- ------------' + # + # ['asset_type amount percentage', + # - '----------------- -------- ------------', + # ? ---- + # + # + '------------- -------- ------------', + "fava_investor/modules/assetalloc_class/test_asset_allocation.py::TestScriptCheck::test_multicurrency" + "fava_investor/modules/assetalloc_class/test_asset_allocation.py::TestScriptCheck::test_tree_empty_parent" + ]; + pythonImportsCheck = [ "fava_investor" ]; meta = {