Merge pull request #293284 from funkeleinhorn/fix-docformatter

python312Packages.docformatter: fix disable failing tests
This commit is contained in:
Pol Dellaiera 2024-05-10 10:19:32 +02:00 committed by GitHub
commit 9a05507f01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = {