lol

python312Packages.calmjs: disable failing test

+5
+5
pkgs/development/python-modules/calmjs/default.nix
··· 25 25 26 26 checkInputs = [ pytestCheckHook ]; 27 27 28 + disabledTests = [ 29 + # spacing changes in argparse output 30 + "test_integration_choices_in_list" 31 + ]; 32 + 28 33 # ModuleNotFoundError: No module named 'calmjs.types' 29 34 # Not yet clear how to run these tests correctly 30 35 # https://github.com/calmjs/calmjs/issues/63