python3Packages.textual-textarea: skip failing tests
https://github.com/tconbeer/textual-textarea/issues/312
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user