Loading pkgs/applications/misc/mozphab/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,14 @@ python3.pkgs.buildPythonApplication rec { export HOME=$(mktemp -d) ''; disabledTests = [ # AttributeError: 'called_once' is not a valid assertion. "test_commit" # AttributeError: 'not_called' is not a valid assertion. "test_finalize_no_evolve" "test_patch" ]; disabledTestPaths = [ # codestyle doesn't matter to us "tests/test_style.py" Loading Loading
pkgs/applications/misc/mozphab/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,14 @@ python3.pkgs.buildPythonApplication rec { export HOME=$(mktemp -d) ''; disabledTests = [ # AttributeError: 'called_once' is not a valid assertion. "test_commit" # AttributeError: 'not_called' is not a valid assertion. "test_finalize_no_evolve" "test_patch" ]; disabledTestPaths = [ # codestyle doesn't matter to us "tests/test_style.py" Loading