From 69c5da4e43117b178b6cbfaa16ee2e31b5177bf3 Mon Sep 17 00:00:00 2001 From: Pyrox Date: Sat, 2 Nov 2024 18:24:44 -0400 Subject: [PATCH] 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. --- pkgs/development/python-modules/hypothesmith/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/hypothesmith/default.nix b/pkgs/development/python-modules/hypothesmith/default.nix index c53c3c2e3670..fa40d34c8a82 100644 --- a/pkgs/development/python-modules/hypothesmith/default.nix +++ b/pkgs/development/python-modules/hypothesmith/default.nix @@ -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" ];