python3Packages.jedi-language-server: fix test with jedi 0.20.0 (#522705)

This commit is contained in:
Gergő Gutyina
2026-05-23 14:22:12 +00:00
committed by GitHub
@@ -37,6 +37,10 @@ buildPythonPackage rec {
poetry-core
];
pythonRelaxDeps = [
"jedi"
];
dependencies = [
docstring-to-markdown
jedi