From a947f82d12569e3f0bc5ddb35eac04232c922936 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 27 Aug 2025 01:30:16 +0200 Subject: [PATCH] python3Packages.python-lsp-server: 1.13.0 -> 1.13.1 Diff: https://github.com/python-lsp/python-lsp-server/compare/v1.13.0...v1.13.1 Changelog: https://github.com/python-lsp/python-lsp-server/blob/v1.13.1/CHANGELOG.md --- .../python-modules/python-lsp-server/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-lsp-server/default.nix b/pkgs/development/python-modules/python-lsp-server/default.nix index b20357d1b4c2..6667e5e69cff 100644 --- a/pkgs/development/python-modules/python-lsp-server/default.nix +++ b/pkgs/development/python-modules/python-lsp-server/default.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "python-lsp-server"; - version = "1.13.0"; + version = "1.13.1"; pyproject = true; src = fetchFromGitHub { owner = "python-lsp"; repo = "python-lsp-server"; tag = "v${version}"; - hash = "sha256-NIqBIB4IG4xo7zDhaafWvT1RUnkqup1gm9WQhdtpIfc="; + hash = "sha256-wxouTbqkieH3fxnXY0PIKDtDV97AbGWujisS2JmjBkE="; }; pythonRelaxDeps = [ @@ -123,6 +123,9 @@ buildPythonPackage rec { # Flaky: ValueError: I/O operation on closed file "test_concurrent_ws_requests" + + # AttributeError: 'NoneType' object has no attribute 'plugin_manager' + "test_missing_message" ]; pythonImportsCheck = [