python3Packages.jedi-language-server: fix test with jedi 0.20.0

This commit is contained in:
骑士姬
2026-05-21 23:47:21 +08:00
parent 4e15c7742e
commit b073058233
@@ -37,6 +37,10 @@ buildPythonPackage rec {
poetry-core
];
pythonRelaxDeps = [
"jedi"
];
dependencies = [
docstring-to-markdown
jedi