python312Packages.docformatter: fix disable failing tests

This commit is contained in:
Funkeleinhorn 2024-03-04 16:55:37 +01:00
parent a0dd9e67a7
commit 3bec5c6941
No known key found for this signature in database
GPG key ID: C7BEA25A0A335A72

View file

@ -51,6 +51,12 @@ buildPythonPackage rec {
pytestCheckHook
];
# Disable failing tests until https://github.com/PyCQA/docformatter/issues/274 is fixed upstream
disabledTests = [
"test_do_format_code.py"
"test_docformatter.py"
];
pythonImportsCheck = [ "docformatter" ];
meta = {