Skip to content

Adjust test based on Jedi version#689

Merged
ccordoba12 merged 1 commit into
python-lsp:developfrom
aeliton:fix-tests-to-allow-multiple-jedi-versions
Dec 3, 2025
Merged

Adjust test based on Jedi version#689
ccordoba12 merged 1 commit into
python-lsp:developfrom
aeliton:fix-tests-to-allow-multiple-jedi-versions

Conversation

@aeliton

@aeliton aeliton commented Nov 28, 2025

Copy link
Copy Markdown
Contributor

The current supported versions of jedi supported by the project as stated in pyproject.py are "jedi>=0.17.2,<0.20.0", but the unit tests are currently passing only for jedi >=0.19.2 (see PR #609).

When packaging python-lsp-server 1.13.2 to debian, this very same change was required as the current debian version of jedi is 0.19.1. The patch can be seen here: debian/patches/0003-Fix-test-to-work-with-jedi-0.19.1.patch

The current supported versions of jedi supported by the project as
stated in pyproject.py are "jedi>=0.17.2,<0.20.0", but the unit tests
are fixed to work only with >=0.19.2 (see PR #609).
@ccordoba12 ccordoba12 added this to the v1.13.3 milestone Dec 3, 2025
@ccordoba12 ccordoba12 added the task label Dec 3, 2025

@ccordoba12 ccordoba12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @aeliton!

@ccordoba12 ccordoba12 changed the title Adjust unit test expectation based on jedi version Adjust test based on Jedi version Dec 3, 2025
@ccordoba12 ccordoba12 merged commit ab1b069 into python-lsp:develop Dec 3, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants