python312Packages.hypothesmith: Disable failing test (#353234)

This commit is contained in:
Martin Weinelt 2024-11-02 23:42:26 +01:00 committed by GitHub
commit a8ffc2295c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];