Loading pkgs/development/python-modules/python-lsp-server/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/python-lsp-server/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 = [ Loading