Skip to content

Commit

Permalink
plugins/lsp: skip failing pylsp test
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 12, 2025
1 parent a75a669 commit ddd0bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/pylsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
})
);
Expand Down

0 comments on commit ddd0bc2

Please sign in to comment.