python312Packages.hypothesmith: Disable failing test (#353234)
This commit is contained in:
commit
a8ffc2295c
@ -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…
Reference in New Issue
Block a user