gentoo/dev-python/python-lsp-server/files/python-lsp-server-1.12.0-jedi19-compat.patch
Nowa Ammerlaan 340bf29453
dev-python/python-lsp-server: patch and enable python 3.13
Closes: https://bugs.gentoo.org/943312
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2025-01-02 16:19:53 +01:00

17 lines
584 B
Diff

https://github.com/python-lsp/python-lsp-server/pull/609
diff --git a/test/plugins/test_completion.py b/test/plugins/test_completion.py
index d1ca5ef8..3e768f06 100644
--- a/test/plugins/test_completion.py
+++ b/test/plugins/test_completion.py
@@ -179,9 +179,7 @@ def test_jedi_completion_with_fuzzy_enabled(config, workspace) -> None:
assert items
- expected = "commonprefix(m)"
- if JEDI_VERSION == "0.18.0":
- expected = "commonprefix(list)"
+ expected = "isabs(s)"
assert items[0]["label"] == expected
# Test we don't throw with big character