Unverified Commit 02793bc7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.calmjs: disable failing test

parent e4020cd4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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