python312Packages.docformatter: fix disable failing tests
This commit is contained in:
parent
a0dd9e67a7
commit
3bec5c6941
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue