python3Packages.textual-textarea: skip failing tests

https://github.com/tconbeer/textual-textarea/issues/312
This commit is contained in:
Gaetan Lepage
2025-11-02 10:23:52 +00:00
parent db11048f00
commit 04e39c75b9

View File

@@ -46,6 +46,13 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# AssertionError: assert None == 'word'
# https://github.com/tconbeer/textual-textarea/issues/312
"test_autocomplete"
"test_autocomplete_with_types"
];
pythonImportsCheck = [ "textual_textarea" ];
meta = {