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.
This commit is contained in:
Pyrox 2024-11-02 18:24:44 -04:00
parent 71dad7c83f
commit 69c5da4e43
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

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