Unverified Commit fccfeb23 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

python3Packages.python-lsp-server: fix build on x86_64-darwin (#511527)

parents f7e83ca5 b0171edf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,

@@ -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 = [