From a5354da63fa3c8e79b10b2865b7c156e42a91a95 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 22 Feb 2025 18:55:31 +0000 Subject: Adding metadata --- .../files/python-lsp-server-1.12.0-jedi19-compat.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dev-python/python-lsp-server/files/python-lsp-server-1.12.0-jedi19-compat.patch (limited to 'dev-python/python-lsp-server/files') diff --git a/dev-python/python-lsp-server/files/python-lsp-server-1.12.0-jedi19-compat.patch b/dev-python/python-lsp-server/files/python-lsp-server-1.12.0-jedi19-compat.patch deleted file mode 100644 index b5dd4c352dbb..000000000000 --- a/dev-python/python-lsp-server/files/python-lsp-server-1.12.0-jedi19-compat.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 -- cgit v1.3.1