python3Packages.docformatter: disable a broken test
https://hydra.nixos.org/build/306497380/nixlog/4/tail
This commit is contained in:
@@ -48,10 +48,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
# Disable failing tests until https://github.com/PyCQA/docformatter/issues/274 is fixed upstream
|
||||
disabledTests = [
|
||||
# Disable failing tests until https://github.com/PyCQA/docformatter/issues/274 is fixed upstream
|
||||
"test_do_format_code.py"
|
||||
"test_docformatter.py"
|
||||
# some different issue
|
||||
"test_detect_encoding_with_undetectable_encoding"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "docformatter" ];
|
||||
|
||||
Reference in New Issue
Block a user