Gaetan Lepage
2025-07-09 16:57:44 +02:00
parent 3a84f03c14
commit 922fe1c096
@@ -7,6 +7,7 @@
setuptools-scm,
# dependencies
black,
docstring-to-markdown,
jedi,
pluggy,
@@ -41,14 +42,14 @@
buildPythonPackage rec {
pname = "python-lsp-server";
version = "1.12.2";
version = "1.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-lsp";
repo = "python-lsp-server";
tag = "v${version}";
hash = "sha256-tdhYLAXs1Yf3DqCzf/pLOlJvr/zYRkSlAF6hsavSu+A=";
hash = "sha256-NIqBIB4IG4xo7zDhaafWvT1RUnkqup1gm9WQhdtpIfc=";
};
pythonRelaxDeps = [
@@ -63,6 +64,7 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
dependencies = [
black
docstring-to-markdown
jedi
pluggy
@@ -82,6 +84,7 @@ buildPythonPackage rec {
pylint
rope
toml
websockets
whatthepatch
yapf
];
@@ -116,6 +119,9 @@ buildPythonPackage rec {
disabledTests = [
# avoid dependencies on many Qt things just to run one singular test
"test_pyqt_completion"
# Flaky: ValueError: I/O operation on closed file
"test_concurrent_ws_requests"
];
pythonImportsCheck = [