Skip to content

Commit

Permalink
python312Packages.hypothesmith: Disable failing test (#353234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 2, 2024
2 parents 08ee597 + 69c5da4 commit a8ffc22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/hypothesmith/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit a8ffc22

Please sign in to comment.