From bf3f52609ddebcfc3e1f2ca9b36364455e732e66 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 4 Apr 2026 10:10:25 -0300 Subject: [PATCH] gnu: python-lsp-server: Update to 1.14.0. * gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.14.0. [arguments]<#:test-flags>: Skip failing test. Change-Id: I59ca40c905432d6be09aef36821fc6bca238af81 --- gnu/packages/python-xyz.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index af03026e840..b6bb57e6ed0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10833,7 +10833,7 @@ Server (PLS).") (define-public python-lsp-server (package (name "python-lsp-server") - (version "1.13.0") + (version "1.14.0") (source (origin (method git-fetch) @@ -10842,7 +10842,7 @@ Server (PLS).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1xr1d7dqb46mkdh9vfiag5952gdxssknkq9hxxl8q6q83qh832il")))) + (base32 "1dyp49x844c4mja0qg01nilsbi09w7526izsk3pi5zpylmhmvbk2")))) (build-system pyproject-build-system) (arguments (list @@ -10854,7 +10854,10 @@ Server (PLS).") "not " (string-join (list "test_concurrent_ws_requests" ; flaky "test_pyqt_completion" ; avoid pyqt5 - "test_pandas_completion") ; avoid pandas + "test_pandas_completion" ; avoid pandas + ;; test_missing_message requests write permission + ;; in /dev/cache. + "test_missing_message") " and not "))) #:phases #~(modify-phases %standard-phases