Skip to content

Commit

Permalink
mozphab: Disable failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Jul 28, 2024
1 parent bc8f5d2 commit 0104528
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/applications/misc/mozphab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0104528

Please sign in to comment.