Skip to content

Commit

Permalink
python312Packages.calmjs: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and vcunat committed Jan 6, 2025
1 parent 1b801c2 commit 153f344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/calmjs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ buildPythonPackage rec {

checkInputs = [ pytestCheckHook ];

disabledTests = [
# spacing changes in argparse output
"test_integration_choices_in_list"
];

# ModuleNotFoundError: No module named 'calmjs.types'
# Not yet clear how to run these tests correctly
# https://github.com/calmjs/calmjs/issues/63
Expand Down

0 comments on commit 153f344

Please sign in to comment.