python3Packages.pylsp_mypy: disable test test_multiple_workspaces

main
superherointj 3 years ago committed by Sandro Jäckel
parent 8401031f6b
commit b6e1eeb9e4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 6
      pkgs/development/python-modules/pylsp-mypy/default.nix

@ -20,10 +20,16 @@ buildPythonPackage rec {
sha256 = "1d119csj1k5m9j0f7wdvpvnd02h548css6ybxqah92nk2v0rjscr";
};
disabledTests = [
"test_multiple_workspaces"
];
checkInputs = [ pytestCheckHook mock ];
propagatedBuildInputs = [ mypy python-lsp-server ];
pythonImportsCheck = [ "pylsp_mypy" ];
meta = with lib; {
homepage = "https://github.com/Richardk2n/pylsp-mypy";
description = "Mypy plugin for the Python LSP Server";

Loading…
Cancel
Save