summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2026-04-04 10:10:25 -0300
committerVinicius Monego <monego@posteo.net>2026-04-22 21:37:39 -0300
commitbf3f52609ddebcfc3e1f2ca9b36364455e732e66 (patch)
treee4f73a581a6d7f0632f6f7ce22700818fdae30ac /gnu
parent34777c0bbd5ea2bf87c5308020d327928154cddf (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af03026e84..b6bb57e6ed 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