dev-python/python-language-server: Relax dev-python/jedi dependency#20281
dev-python/python-language-server: Relax dev-python/jedi dependency#20281mattst88 wants to merge 1 commit intogentoo:masterfrom
Conversation
jedi-0.18.0 works, at least. See palantir/python-language-server#918 Also add Python 3.9 support. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Pull Request assignmentSubmitter: @mattst88 dev-python/python-language-server: @AndrewAmmerlaan, @gentoo/proxy-maint Linked bugsNo bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment. If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers. In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
|
A quick check indicates that fail with jedi-0.18.0. And fail with Python 3.9. |
Pull request CI reportReport generated at: 2021-04-06 19:19 UTC New issues caused by PR: There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
|
Hmm, I'm getting a different error with py3.7 and jedi-0.17.2-r1 that I wasn't getting before: |
|
Found a patch for |
|
Made a PR with some patches that I collected here and there. For me this works with py3.9 and jedi-0.18.0: #20284 |
jedi-0.18.0 works, at least. (FIXME: looks like it causes two tests to fail?)
See palantir/python-language-server#918
Also add Python 3.9 support. (FIXME: looks like it causes one test to fail?)
Signed-off-by: Matt Turner mattst88@gentoo.org