lol

python312Packages.hypothesmith: Disable failing test

This test now fails with black 24.8.0+, so it is disabled until
(hopefully) upstream releases a new version that addresses this.

+2
+2
pkgs/development/python-modules/hypothesmith/default.nix
··· 45 45 disabledTests = [ 46 46 # super slow 47 47 "test_source_code_from_libcst_node_type" 48 + # https://github.com/Zac-HD/hypothesmith/issues/38 49 + "test_black_autoformatter_from_grammar" 48 50 ]; 49 51 50 52 pythonImportsCheck = [ "hypothesmith" ];