mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp: skip failing pylsp test
This commit is contained in:
parent
32c63161d7
commit
72365ae5a1
1 changed files with 5 additions and 0 deletions
|
@ -609,6 +609,11 @@ in
|
|||
# Those tests fail when third-party plugins are loaded
|
||||
"test_notebook_document__did_open"
|
||||
"test_notebook_document__did_change"
|
||||
|
||||
# test/plugins/test_autoimport.py:322: AssertionError
|
||||
# E assert False
|
||||
# E + where False = any(<generator object test_autoimport_code_actions_and_completions_for_notebook_document.<locals>.<genexpr> at 0x7fff54a2eb20>)
|
||||
"test_autoimport_code_actions_and_completions_for_notebook_document"
|
||||
];
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue