Unverified Commit a8ffc229 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.hypothesmith: Disable failing test (#353234)

parents 08ee597a 69c5da4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ buildPythonPackage rec {
  disabledTests = [
    # super slow
    "test_source_code_from_libcst_node_type"
    # https://github.com/Zac-HD/hypothesmith/issues/38
    "test_black_autoformatter_from_grammar"
  ];

  pythonImportsCheck = [ "hypothesmith" ];