Loading pkgs/development/python-modules/jedi-language-server/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ pytestCheckHook, pyhamcrest, python-lsp-jsonrpc, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -51,12 +52,9 @@ buildPythonPackage rec { pytestCheckHook pyhamcrest python-lsp-jsonrpc writableTmpDirAsHomeHook ]; preCheck = '' HOME="$(mktemp -d)" ''; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # https://github.com/pappasam/jedi-language-server/issues/313 "test_publish_diagnostics_on_change" Loading Loading
pkgs/development/python-modules/jedi-language-server/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ pytestCheckHook, pyhamcrest, python-lsp-jsonrpc, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -51,12 +52,9 @@ buildPythonPackage rec { pytestCheckHook pyhamcrest python-lsp-jsonrpc writableTmpDirAsHomeHook ]; preCheck = '' HOME="$(mktemp -d)" ''; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # https://github.com/pappasam/jedi-language-server/issues/313 "test_publish_diagnostics_on_change" Loading