Skip to content

pytest-lsp v0.4.1 - 2024-02-07

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 21:59
· 57 commits to develop since this release

v0.4.1 - 2024-02-07

Enhancements

  • When a test fails pytest-lsp will now show the server's stderr output (if any) (#143)

Client Capabilities

  • Add client capabilities for Emacs v29.1 (#142)

Fixes

  • LspSpecificationWarnings will no longer be incorrectly emitted when a client does indeed support window/workDoneProgress/create requests (#119)

Misc

  • Bump minimum version of pytest-asyncio to 0.23.0 (#126)