Merge pull request #304710 from r-ryantm/auto-update/python312Packages.jedi-language-server

python312Packages.jedi-language-server: 0.41.3 -> 0.41.4
This commit is contained in:
Doron Behar 2024-04-22 11:42:05 +03:00 committed by GitHub
commit 3412d90524
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,7 @@
, pytestCheckHook
, python-lsp-jsonrpc
, pythonOlder
, stdenv
}:
buildPythonPackage rec {
@ -49,6 +50,12 @@ buildPythonPackage rec {
HOME="$(mktemp -d)"
'';
disabledTests = lib.optionals stdenv.isDarwin [
# https://github.com/pappasam/jedi-language-server/issues/313
"test_publish_diagnostics_on_change"
"test_publish_diagnostics_on_save"
];
pythonImportsCheck = [
"jedi_language_server"
];