Loading pkgs/development/python-modules/hypothesmith/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/hypothesmith/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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" ]; Loading