Loading pkgs/development/python-modules/python-lsp-server/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -124,6 +125,10 @@ buildPythonPackage rec { # AttributeError: 'NoneType' object has no attribute 'plugin_manager' "test_missing_message" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # TimeoutError: rope/autoimport is slow under Nix's fs isolation on darwin "test_autoimport_code_actions_and_completions_for_notebook_document" ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/python-lsp-server/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -124,6 +125,10 @@ buildPythonPackage rec { # AttributeError: 'NoneType' object has no attribute 'plugin_manager' "test_missing_message" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # TimeoutError: rope/autoimport is slow under Nix's fs isolation on darwin "test_autoimport_code_actions_and_completions_for_notebook_document" ]; pythonImportsCheck = [ Loading